Sha256: c6208328a0cf16cebca964a12d848a780bf74ef1ac3dafdc4ca7d5fc00bd9b82

Contents?: true

Size: 408 Bytes

Versions: 18

Compression:

Stored size: 408 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 UnitExampleGroup, :type => :unit, :example_group => {
    :file_path => /\bspec\/unit\//
  }

  config.mock_with :rspec do |c|
    c.yield_receiver_to_any_instance_implementation_blocks = true
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
vagrant-lxc-1.4.3 spec/unit_helper.rb
vagrant-lxc-1.4.2 spec/unit_helper.rb
vagrant-lxc-1.4.1 spec/unit_helper.rb
vagrant-lxc-2.1-patch-1.4.0 spec/unit_helper.rb
vagrant-lxc-1.4.0 spec/unit_helper.rb
vagrant-lxc-1.3.1 spec/unit_helper.rb
vagrant-lxc-1.3.0 spec/unit_helper.rb
vagrant-lxc-1.2.4 spec/unit_helper.rb
vagrant-lxc-1.2.3 spec/unit_helper.rb
vagrant-lxc-1.2.2 spec/unit_helper.rb
vagrant-lxc-1.2.1 spec/unit_helper.rb
vagrant-lxc-1.2.0 spec/unit_helper.rb
vagrant-lxc-1.1.0 spec/unit_helper.rb
vagrant-lxc-1.0.1 spec/unit_helper.rb
vagrant-lxc-1.0.0 spec/unit_helper.rb
vagrant-lxc-1.0.0.alpha.3 spec/unit_helper.rb
vagrant-lxc-1.0.0.alpha.2 spec/unit_helper.rb
vagrant-lxc-1.0.0.alpha.1 spec/unit_helper.rb