1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove "is_assed" with something more meaningful

This commit is contained in:
Neeraj Singh 2011-06-13 04:34:09 -04:00
parent 86bbba1ffb
commit 54c651a6bb

View file

@ -66,7 +66,7 @@ class PluginNewGeneratorTest < Rails::Generators::TestCase
assert_no_file "test"
end
def test_database_entry_is_assed_by_default_in_full_mode
def test_database_entry_is_generated_for_sqlite3_by_default_in_full_mode
run_generator([destination_root, "--full"])
assert_file "test/dummy/config/database.yml", /sqlite/
assert_file "Gemfile", /^gem\s+["']sqlite3["']$/