mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix failing test suite (please run tests before sending pull requests :S)
This commit is contained in:
parent
00be5bd75d
commit
b8118ef492
1 changed files with 2 additions and 1 deletions
|
@ -170,8 +170,9 @@ class PluginNewGeneratorTest < Rails::Generators::TestCase
|
|||
end
|
||||
|
||||
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,lib\}\/\*\*\/\*"\]/
|
||||
assert_file "bukkits.gemspec", /s.version = "0.0.1"/
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue