Skip to content

Commit

Permalink
Merge pull request #585 from henrik/patch-1
Browse files Browse the repository at this point in the history
Clarify when webrat/capybara autoloading applies.
  • Loading branch information
dchelimsky committed Aug 1, 2012
2 parents 274ae67 + 3622324 commit f8ab2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/request_specs/request_spec.feature
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feature: request spec


If you would like to use webrat or capybara with your request specs, all you If you would like to use webrat or capybara with your request specs, all you
have to do is include one of them in your Gemfile and RSpec will have to do is include one of them in your Gemfile and RSpec will
automatically load them in a request spec. automatically load them in a request spec (a spec under "spec/requests").


Scenario: specify managing a Widget with Rails integration methods Scenario: specify managing a Widget with Rails integration methods
Given a file named "spec/requests/widget_management_spec.rb" with: Given a file named "spec/requests/widget_management_spec.rb" with:
Expand Down

0 comments on commit f8ab2ba

Please sign in to comment.