bin/roadkill in roadkill-0.0.3 vs bin/roadkill in roadkill-0.0.4

- old
+ new

@@ -129,10 +129,10 @@ template "../files/generate/templates/database.yml.tt", "#{tests_dir}/database.yml", config[:database] end template "../files/generate/templates/spec_helper.rb.tt", "#{tests_dir}/spec_helper.rb", config[:environment] say "" - say "Your testing suite is ready! You can now make tests in the 'integration' directory." + say "Your testing suite is ready! You can now make tests in the 'acceptance' directory." say "" if use_database say "Note: since you entered database information, we created a '.gitignore' file in the tests directory which will ignore the database.yml file by default. This is to prevent accidentally committing your database information to your repository." say "" say "In case you accidentally delete your database.yml file, we left a sample file named 'database.yml.sample' which will help you recreate your database.yml."