Skip to content

Commit

Permalink
Remove "is_assed" with something more meaningful
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Jun 13, 2011
1 parent 86bbba1 commit 54c651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/plugin_new_generator_test.rb
Expand Up @@ -66,7 +66,7 @@ def test_ensure_that_test_dummy_can_be_generated_from_a_template
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["']$/
Expand Down

0 comments on commit 54c651a

Please sign in to comment.