From f8afe2c284ed75ac85ac4f897580a9c6d6b0518b Mon Sep 17 00:00:00 2001 From: Daniel Spangenberg Date: Thu, 30 Dec 2010 07:57:40 -0800 Subject: [PATCH] This gem don't create any longer the autotest/discover.rb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a510a1352..e04b1b462f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ out of the box for the default scenario (`ActiveRecord` + `Webrat`). ### Autotest -The `rspec:install` generator creates an `./autotest/discover.rb` file, which +The `rspec:install` generator creates an `.rspec` 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: