mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
expected message should come first
This commit is contained in:
parent
5da89af6f6
commit
6688b6393a
1 changed files with 2 additions and 2 deletions
|
@ -293,8 +293,8 @@ module AbstractController
|
|||
first_class.default_url_options[:host] = first_host
|
||||
second_class.default_url_options[:host] = second_host
|
||||
|
||||
assert_equal first_class.default_url_options[:host], first_host
|
||||
assert_equal second_class.default_url_options[:host], second_host
|
||||
assert_equal first_host, first_class.default_url_options[:host]
|
||||
assert_equal second_host, second_class.default_url_options[:host]
|
||||
end
|
||||
|
||||
def test_with_stringified_keys
|
||||
|
|
Loading…
Reference in a new issue