lib/shoulda/matchers/integrations/test_frameworks/test_unit.rb in shoulda-matchers-4.4.1 vs lib/shoulda/matchers/integrations/test_frameworks/test_unit.rb in shoulda-matchers-4.5.0
- old
+ new
@@ -7,10 +7,10 @@
Integrations.register_test_framework(self, :test_unit)
def validate!
end
- def include(*modules, **options)
+ def include(*modules, **_options)
test_case_class.class_eval do
include(*modules)
extend(*modules)
end
end