Skip to content

Commit

Permalink
Language police
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Mar 27, 2013
1 parent 50c7653 commit 1232a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Capybara requires Ruby 1.9.3 or later. To install, type:
gem install capybara
```

If application that you test is Rails app, add this line to your test helper file:
If the application that you are testing is a Rails app, add this line to your test helper file:

```ruby
require 'capybara/rails'
```

If application that you test is Rack (but not Rails) app, set Capybara.app to your rack app:
If the application that you are testing is a Rack app, but not Rails, set Capybara.app to your Rack app:

```ruby
Capybara.app = MyRackApp
Expand Down

0 comments on commit 1232a91

Please sign in to comment.