1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #30911 from y-yagi/remove_unnecessary_allow_failure_true

Remove unnecessary `allow_failure: true` option
This commit is contained in:
Ryuta Kamizono 2017-10-18 15:42:53 +09:00 committed by GitHub
commit 6e1d8b8eb2

View file

@ -166,7 +166,7 @@ module ApplicationTests
end
RUBY
output = rails("routes", "-g", "show", allow_failure: true)
output = rails("routes", "-g", "show")
assert_equal <<-MESSAGE.strip_heredoc, output
Prefix Verb URI Pattern Controller#Action
cart GET /cart(.:format) cart#show