Sha256: dd8d3cf217f8fab1ef37f48b93fd42f8343435c50d5856194ec485813d7eb832

Contents?: true

Size: 357 Bytes

Versions: 10

Compression:

Stored size: 357 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'natives'

# 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

10 entries across 10 versions & 1 rubygems

Version Path
natives-0.4.1 spec/spec_helper.rb
natives-0.4.0 spec/spec_helper.rb
natives-0.3.0 spec/spec_helper.rb
natives-0.2.2 spec/spec_helper.rb
natives-0.2.1 spec/spec_helper.rb
natives-0.2.0 spec/spec_helper.rb
natives-0.1.3 spec/spec_helper.rb
natives-0.1.2 spec/spec_helper.rb
natives-0.1.1 spec/spec_helper.rb
natives-0.1.0 spec/spec_helper.rb