Skip to content

Commit

Permalink
more about autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Aug 30, 2010
1 parent 56579e0 commit 38ffe5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -45,6 +45,11 @@ autotest (not autotest-rails) gem to your Gemfile:

gem "autotest"

At this point, if all of the gems in your Gemfile are installed in system
gems, you can just type `autotest`. If, however, Bundler is managing any gems
for you directly (i.e. you've got `:git` or `:path` attributes in the `Gemfile`),
you'll need to run `bundle exec autotest`.

### Webrat and Capybara

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

0 comments on commit 38ffe5f

Please sign in to comment.