mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix appending '
This commit is contained in:
parent
d111de8139
commit
a0ee2270d3
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class PluginNewGeneratorTest < Rails::Generators::TestCase
|
|||
assert_file "script/rails", /ENGINE_PATH = File.expand_path\('..\/..\/lib\/bukkits\/engine', __FILE__\)/
|
||||
assert_file "script/rails", /ENGINE_ROOT = File.expand_path\('..\/..', __FILE__\)/
|
||||
assert_file "script/rails", /require 'rails\/all'/
|
||||
assert_file "script/rails", /require 'rails\/engine\/commands/
|
||||
assert_file "script/rails", /require 'rails\/engine\/commands'/
|
||||
end
|
||||
|
||||
def test_shebang
|
||||
|
|
Loading…
Reference in a new issue