spec/spec_helper.rb in dry-equalizer-0.1.1 vs spec/spec_helper.rb in dry-equalizer-0.2.0
- old
+ new
@@ -14,13 +14,9 @@
end
end
require 'dry-equalizer'
-class Class
- public :include
-end
-
RSpec.configure do |config|
config.raise_errors_for_deprecations!
config.expect_with :rspec do |expect_with|
expect_with.syntax = :expect