Sha256: 1a242075af7f2714bb7e6ffc878ef9f338d439d20c42e4d549101893d0d2c895

Contents?: true

Size: 357 Bytes

Versions: 5

Compression:

Stored size: 357 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'vbox-ng'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vbox-ng-0.1.3 spec/spec_helper.rb
vbox-ng-0.1.2 spec/spec_helper.rb
vbox-ng-0.1.1 spec/spec_helper.rb
vbox-ng-0.1.0 spec/spec_helper.rb
vbox-ng-0.0.1 spec/spec_helper.rb