vagrant-lxc-ng/spec/acceptance_helper.rb

15 lines
287 B
Ruby
Raw Normal View History

2013-04-20 20:02:25 +00:00
require 'spec_helper'
2013-04-20 20:38:01 +00:00
if defined? SimpleCov
SimpleCov.command_name 'acceptance'
end
2013-04-20 20:02:25 +00:00
require 'vagrant'
require 'vagrant-lxc'
# RSpec.configure do |config|
# config.include AcceptanceExampleGroup, :type => :unit, :example_group => {
# :file_path => /\bspec\/unit\//
# }
# end