mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 07:18:14 -05:00
Replace matcher refute to assert_not
This commit is contained in:
committed by
Carlos Antonio da Silva
parent
400eaf7fbe
commit
8acbdd6d93
@@ -15,7 +15,7 @@ class ActiveRecordTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
(Devise::ALL - modules).each do |mod|
|
||||
refute include_module?(klass, mod)
|
||||
assert_not include_module?(klass, mod)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user