Commit 82dae706bbe111aa2467bb7f76b5e3a469cd2111
1 parent
8eb914c0
Exists in
master
and in
28 other branches
test_helper: improve assert_order output
(ActionItem3039)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/test_helper.rb
... | ... | @@ -183,7 +183,7 @@ class ActiveSupport::TestCase |
183 | 183 | if reference.first == value |
184 | 184 | reference.shift |
185 | 185 | else |
186 | - assert false, "'#{value}' was found before it should be on: #{original.inspect}" | |
186 | + assert false, "'#{value.inspect}' was found before it should be on: #{original.inspect}" | |
187 | 187 | end |
188 | 188 | end |
189 | 189 | end | ... | ... |