diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 3a0e6b7..5e5868d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -9,6 +9,8 @@ require 'tempfile' RSpec.configure do |config| config.include TestConstruct::Helpers + config.expect_with(:rspec) { |c| c.syntax = :expect } + config.before { ENV['HOME'] = home.to_s } config.before { silence! }