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...

makandra dev

Postgres supports multiple built-in range datatypes: int4range int8range numrange tsrange (range with timestamp without timezone) tstzrange (range with timestamp...

Search in all decks