vagrant-lxc-ng/spec/acceptance_helper.rb
2013-04-20 17:40:27 -03:00

15 lines
287 B
Ruby

require 'spec_helper'
if defined? SimpleCov
SimpleCov.command_name 'acceptance'
end
require 'vagrant'
require 'vagrant-lxc'
# RSpec.configure do |config|
# config.include AcceptanceExampleGroup, :type => :unit, :example_group => {
# :file_path => /\bspec\/unit\//
# }
# end