Sha256: 8d5c7da464b81c0d432c87f1b9610b0becbe038783ee24758c73cda8faf1c0a4

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
# Configure Rails Environment
ENV["RAILS_ENV"] = "test"
path = File.expand_path("../", __FILE__)
require "dummy/config/environment"
require "rspec/rails"

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
breadcrumb_trail-0.2.1 spec/spec_helper.rb
breadcrumb_trail-0.2.0 spec/spec_helper.rb
breadcrumb_trail-0.1.0 spec/spec_helper.rb