vagrant-lxc-ng/spec/acceptance_helper.rb

11 lines
222 B
Ruby
Raw Normal View History

2013-04-20 17:02:25 -03:00
require 'spec_helper'
require 'vagrant'
require 'vagrant-lxc'
# RSpec.configure do |config|
# config.include AcceptanceExampleGroup, :type => :unit, :example_group => {
# :file_path => /\bspec\/unit\//
# }
# end