diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-05-15 14:10:40 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-05-15 14:10:40 -0700 |
commit | c1e536a55ab0f44a85b26535e2539e962c1ed5df (patch) | |
tree | 779596e46478645d9ab2acadd440fc6382699cc0 /spec | |
parent | 9115511a5fecaf15740b1d1cd0379118e648a75d (diff) | |
download | mixlib-shellout-c1e536a55ab0f44a85b26535e2539e962c1ed5df.tar.gz |
force expect syntax
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f718de6..b84b302 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -25,4 +25,7 @@ RSpec.configure do |config| config.warnings = true + config.expect_with :rspec do |c| + c.syntax = :expect + end end |