Sha256: adbae1091a6f965d373b0657237641a36a268cb05081c59c562be2af69e27376

Contents?: true

Size: 332 Bytes

Versions: 11

Compression:

Stored size: 332 Bytes

Contents

require 'spec_helper'

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

if defined? SimpleCov
  SimpleCov.command_name 'unit'
end

RSpec.configure do |config|
  config.include RSpec::Fire

  config.include UnitExampleGroup, :type => :unit, :example_group => {
    :file_path => /\bspec\/unit\//
  }
end

Version data entries

11 entries across 11 versions & 1 rubygems

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