Add in Gemfile: group :development, :test do gem 'rspec-rails' gem 'spork-rails' end group :test do gem 'capybara'
To get parent of Capybara's node do the following: node = page.find '#selector' parent = node.find(:xpath, '..') parent_of_parent = node.find...
In case you want to organize your features in sub folders, you must tell Cucumber where to find step definitions
Best results in other decks
If you need to implement newsletter sending, rapidmail is a solid option. Support is very fast, friendly and helpful, and...
TypeScript basically uses structural typing, which is conceptually quite similar to duck typing, but with static compile-time type checking...