mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Address ruby warnings
- Ambiguous first argument - Mismatched indentation
This commit is contained in:
parent
caa6fb3eb4
commit
5a0dddda09
2 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@ module ApplicationTests
|
||||||
|
|
||||||
output = Dir.chdir(app_path) { `bin/rails test 2>&1` }
|
output = Dir.chdir(app_path) { `bin/rails test 2>&1` }
|
||||||
assert_equal 0, $?.to_i, output
|
assert_equal 0, $?.to_i, output
|
||||||
assert_match /0 failures, 0 errors/, output
|
assert_match(/0 failures, 0 errors/, output)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue