vagrant-cachier-ng/spec/spec_helper.rb
2013-06-24 12:36:26 -03:00

10 lines
184 B
Ruby

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'