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:
parent
86bbba1ffb
commit
54c651a6bb
1 changed files with 1 additions and 1 deletions
|
@ -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["']$/
|
||||
|
|
Loading…
Reference in a new issue