Don't explicitly set RSpec expect syntax, as it's the default as of 3.0.0

This commit is contained in:
Marc Siegel 2014-06-15 14:49:37 -04:00
parent 3d39db894c
commit 4451e6eee7
1 changed files with 0 additions and 6 deletions

View File

@ -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