mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
As we are adding db folder in it. Required in test also.
This commit is contained in:
parent
0aec2e7191
commit
24d67cc9df
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class PluginNewGeneratorTest < Rails::Generators::TestCase
|
|||
def test_creating_gemspec
|
||||
run_generator
|
||||
assert_file "bukkits.gemspec", /s.name = "bukkits"/
|
||||
assert_file "bukkits.gemspec", /s.files = Dir\["\{app,config,lib\}\/\*\*\/\*"\]/
|
||||
assert_file "bukkits.gemspec", /s.files = Dir\["\{app,config,db,lib\}\/\*\*\/\*"\]/
|
||||
assert_file "bukkits.gemspec", /s.test_files = Dir\["test\/\*\*\/\*"\]/
|
||||
assert_file "bukkits.gemspec", /s.version = "0.0.1"/
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue