mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Don't explicitly set RSpec expect syntax, as it's the default as of 3.0.0
This commit is contained in:
parent
3d39db894c
commit
4451e6eee7
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue