spec/spec_helper.rb in protobuf-3.2.0 vs spec/spec_helper.rb in protobuf-3.2.1
- old
+ new
@@ -26,10 +26,9 @@
# Get rid of the deprecation env var if present (messes with specs).
ENV.delete("PB_IGNORE_DEPRECATIONS")
::RSpec.configure do |c|
- c.include(::Sander6::CustomMatchers)
c.mock_with :rspec
c.before(:suite) do
unless ENV['NO_COMPILE_TEST_PROTOS']
require 'rake'