spec/spec_helper.rb in sinclair-1.2.1 vs spec/spec_helper.rb in sinclair-1.3.0

- old
+ new

@@ -20,9 +20,8 @@ config.filter_run :focus config.filter_run_excluding :integration unless ENV['ALL'] config.order = 'random' config.include Sinclair::Matchers - - config.before do - end end + +RSpec::Matchers.define_negated_matcher :not_change, :change