Sha256: 1366622468ae944032f7fcbeaac74ea13941341d84f08e724d08c64d26b4980e

Contents?: true

Size: 411 Bytes

Versions: 5

Compression:

Stored size: 411 Bytes

Contents

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

if ENV['COVERAGE'] == 'true'
  require 'simplecov'
  SimpleCov.start
end

# 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
recursive-open-struct-0.4.5 spec/spec_helper.rb
recursive-open-struct-0.4.4 spec/spec_helper.rb
recursive-open-struct-0.4.3 spec/spec_helper.rb
recursive-open-struct-0.4.2 spec/spec_helper.rb
recursive-open-struct-0.4.1 spec/spec_helper.rb