mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 14:29:31 +00:00
s/assert/assert_equal
This commit is contained in:
parent
455a898714
commit
2ea0920f08
@ -58,7 +58,7 @@ module ActiveModel
|
||||
def test_setup_acessor_when_nil
|
||||
assert_nil CONFIG.foo
|
||||
CONFIG.foo = 1
|
||||
assert 1, CONFIG.foo
|
||||
assert_equal 1, CONFIG.foo
|
||||
assert_nil CONFIG.bar
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user