spec/spec_helper.rb in deprecation-0.0.1 vs spec/spec_helper.rb in deprecation-0.0.2
- old
+ new
@@ -1,9 +1,2 @@
require 'deprecation'
-require 'rspec/expectations'
-
-RSpec::Matchers.define :be_deprecated do |expected|
- match do |actual|
- actual.call
- end
-end