Skip to content

Commit

Permalink
As we are adding db folder in it. Required in test also.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Jul 17, 2011
1 parent 0aec2e7 commit 24d67cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/plugin_new_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_create_mountable_application_with_mountable_option
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
Expand Down

0 comments on commit 24d67cc

Please sign in to comment.