Sha256: 288ef6ace91013a200f9e3089f6c8a584c9c4132792341bca98d138e54ec777b

Contents?: true

Size: 506 Bytes

Versions: 11

Compression:

Stored size: 506 Bytes

Contents

require 'spec_helper'

unless ENV['USER'] == 'vagrant'
  puts 'Acceptance specs are supposed to run from one of the vagrant-lxc dev machines'
  exit 1
end

if defined? SimpleCov
  SimpleCov.command_name 'acceptance'
end

require 'vagrant'
require 'vagrant-lxc'

Dir[File.dirname(__FILE__) + "/acceptance/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.include AcceptanceExampleGroup, :type => :acceptance, :example_group => {
    :file_path => /\bspec\/acceptance\//
  }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
vagrant-lxc-0.8.0 spec/acceptance_helper.rb
vagrant-lxc-0.7.0 spec/acceptance_helper.rb
vagrant-lxc-0.6.4 spec/acceptance_helper.rb
vagrant-lxc-0.6.3 spec/acceptance_helper.rb
vagrant-lxc-0.6.2 spec/acceptance_helper.rb
vagrant-lxc-0.6.1 spec/acceptance_helper.rb
vagrant-lxc-0.6.0 spec/acceptance_helper.rb
vagrant-lxc-0.5.0 spec/acceptance_helper.rb
vagrant-lxc-0.4.0 spec/acceptance_helper.rb
vagrant-lxc-0.3.4 spec/acceptance_helper.rb
vagrant-lxc-0.3.3 spec/acceptance_helper.rb