Sha256: 2cde913e74f5708926f42b5d9fdd8788d28529925606f1948f6f2593b944c64c

Contents?: true

Size: 428 Bytes

Versions: 2

Compression:

Stored size: 428 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 'string-cases'

# 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
string-cases-0.0.2 spec/spec_helper.rb
string-cases-0.0.1 spec/spec_helper.rb