Skip to content

Commit

Permalink
add autotest config info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Aug 28, 2010
1 parent 54851c8 commit 092e125
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ actually see. That's because RSpec is registered with Rails as the test
framework, so whenever you generate application components like models,
controllers, etc, RSpec specs are generated instead of Test::Unit tests.

### Autotest

The `rspec:install` generator creates an `./autotest/discover.rb` file, which
tells Autotest that you're using RSpec and Rails. You'll also need to add the
autotest (not autotest-rails) gem to your Gemfile:

gem "autotest"

### Webrat and Capybara

You can choose between webrat or capybara for simulating a browser, automating
Expand Down

0 comments on commit 092e125

Please sign in to comment.