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:
Vít Ondruch 2014-11-04 10:01:32 +01:00
parent 407f8dad1e
commit dff40a193d
1 changed files with 0 additions and 1 deletions

View File

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