Merge pull request #1676 from neerajdotname/make_test_name_meaningful

Remove "is_assed" with something more meaningful
This commit is contained in:
Santiago Pastorino 2011-06-13 05:49:00 -07:00
commit 276618c652
1 changed files with 1 additions and 1 deletions

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["']$/