diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 36a853f..756491a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -28,9 +28,3 @@ $LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include? lib_dir # Require Docile again, now with coverage enabled on 1.9+ require 'docile' - -RSpec.configure do |config| - config.expect_with :rspec do |c| - c.syntax = :expect - end -end