vagrant-cachier-ng/spec/spec_helper.rb

11 lines
184 B
Ruby
Raw Normal View History

2013-06-22 22:13:23 +00:00
RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = :expect
end
config.color = true
config.tty = true
end
require 'tempfile'
require 'vagrant-cachier'