RailsApps / rails3-devise-rspec-cucumber

An example Rails 3.2 app with Devise and RSpec and Cucumber.
http://railsapps.github.io/
444 stars 144 forks source link

Updated to use Capybara API #15

Closed rowanu closed 13 years ago

rowanu commented 13 years ago

Removed web_steps.rb, and defined steps completely using Capybara API in user_steps.rb.

All tests green.