mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixed test to assert initialization value.
This commit is contained in:
parent
88c21121f1
commit
b4bc2c50ca
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class LookupContextTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
test "responds to #prefixes" do
|
||||
assert_equal nil, @lookup_context.prefixes
|
||||
assert_equal [], @lookup_context.prefixes
|
||||
@lookup_context.prefixes = ["foo"]
|
||||
assert_equal ["foo"], @lookup_context.prefixes
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue