10 lines
222 B
Ruby
10 lines
222 B
Ruby
require 'spec_helper'
|
|
|
|
require 'vagrant'
|
|
require 'vagrant-lxc'
|
|
|
|
# RSpec.configure do |config|
|
|
# config.include AcceptanceExampleGroup, :type => :unit, :example_group => {
|
|
# :file_path => /\bspec\/unit\//
|
|
# }
|
|
# end
|