mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
e45f388eb4
commit
c127491b71
1 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@ class ScaffoldGeneratorTest < Rails::Generators::TestCase
|
|||
`bin/rails g scaffold User name:string age:integer;
|
||||
bin/rails db:migrate`
|
||||
end
|
||||
assert_match(/8 runs, 13 assertions, 0 failures, 0 errors/, `bin/rails test 2>&1`)
|
||||
assert_match(/8 runs, 10 assertions, 0 failures, 0 errors/, `bin/rails test 2>&1`)
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -502,7 +502,7 @@ class ScaffoldGeneratorTest < Rails::Generators::TestCase
|
|||
`bin/rails g scaffold User name:string age:integer;
|
||||
bin/rails db:migrate`
|
||||
end
|
||||
assert_match(/8 runs, 13 assertions, 0 failures, 0 errors/, `bin/rails test 2>&1`)
|
||||
assert_match(/8 runs, 10 assertions, 0 failures, 0 errors/, `bin/rails test 2>&1`)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue