Sha256: 3cd8af22e88f6399656fc5c816b71e4e5094f310c69005ebf0bf31002a26d082

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 Bytes

Contents

if RUBY_VERSION > "1.9"
  require 'simplecov'
  require 'simplecov-gem-adapter'
  SimpleCov.start "gem"
end

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

# 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

2 entries across 2 versions & 1 rubygems

Version Path
array_floe-1.1.3 spec/spec_helper.rb
array_floe-1.1.2 spec/spec_helper.rb