Sha256: 3f6279068e343bcee32ac5f34f858c351befff3ac76bdb621d2948886be80768

Contents?: true

Size: 357 Bytes

Versions: 16

Compression:

Stored size: 357 Bytes

Contents

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

$LOAD_PATH << File.expand_path('../../../lib', __FILE__)
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

require 'lessons_indexer'

RSpec.configure do |config|
  config.include SpecUtils
  config.include SpecSamples
  config.include SpecFilesSetup
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lessons_indexer-1.2.2 spec/spec_helper.rb
lessons_indexer-1.2.1 spec/spec_helper.rb
lessons_indexer-1.2.0 spec/spec_helper.rb
lessons_indexer-1.1.0 spec/spec_helper.rb
lessons_indexer-1.0.3 spec/spec_helper.rb
lessons_indexer-1.0.2.1 spec/spec_helper.rb
lessons_indexer-1.0.0 spec/spec_helper.rb
lessons_indexer-0.3.1 spec/spec_helper.rb
lessons_indexer-0.3.0 spec/spec_helper.rb
lessons_indexer-0.2.3 spec/spec_helper.rb
lessons_indexer-0.2.2 spec/spec_helper.rb
lessons_indexer-0.2.1 spec/spec_helper.rb
lessons_indexer-0.2.0 spec/spec_helper.rb
lessons_indexer-0.1.2 spec/spec_helper.rb
lessons_indexer-0.1.1 spec/spec_helper.rb
lessons_indexer-0.1.0 spec/spec_helper.rb