Sha256: 8577c06ac8dacf3b1125cf80f29ebdf24fdac3f34ec9f7cca285dc9b30e2b65f

Contents?: true

Size: 432 Bytes

Versions: 6

Compression:

Stored size: 432 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

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

# 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

6 entries across 6 versions & 1 rubygems

Version Path
array_enumerator-0.0.10 spec/spec_helper.rb
array_enumerator-0.0.9 spec/spec_helper.rb
array_enumerator-0.0.8 spec/spec_helper.rb
array_enumerator-0.0.7 spec/spec_helper.rb
array_enumerator-0.0.6 spec/spec_helper.rb
array_enumerator-0.0.5 spec/spec_helper.rb