Remove useless expect_with.
This seems to be relict of old days and it just forces unnecessary dependency on Ruby's test unit.
This commit is contained in:
parent
407f8dad1e
commit
dff40a193d
|
@ -28,7 +28,6 @@ $stderr.sync = true
|
|||
|
||||
# Configure RSpec
|
||||
RSpec.configure do |c|
|
||||
c.expect_with :rspec, :stdlib
|
||||
c.treat_symbols_as_metadata_keys_with_true_values = true
|
||||
|
||||
if Vagrant::Util::Platform.windows?
|
||||
|
|
Loading…
Reference in New Issue