Sha256: 266fab1abb0e5829c7e0d5c4f8f06e760060ba1c770c658aeaca25bfd3d00a94

Contents?: true

Size: 377 Bytes

Versions: 12

Compression:

Stored size: 377 Bytes

Contents

# Code coverage
require 'simplecov'
SimpleCov.start

require 'rubygems'
require 'bundler/setup'
require 'trackerific'
require 'rspec_multi_matchers'

# load all the support files
Dir["spec/support/**/*.rb"].each { |f| require File.expand_path(f) }
require 'rspec/rails' # this has to be loaded after the support files

RSpec.configure do |config|
  config.mock_with :rspec
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
trackerific-0.6.2 spec/spec_helper.rb
trackerific-0.6.1 spec/spec_helper.rb
trackerific-0.6.0 spec/spec_helper.rb
trackerific-0.5.5 spec/spec_helper.rb
trackerific-0.5.4 spec/spec_helper.rb
trackerific-0.5.3 spec/spec_helper.rb
trackerific-0.5.2 spec/spec_helper.rb
trackerific-0.5.1 spec/spec_helper.rb
trackerific-0.5.0 spec/spec_helper.rb
trackerific-0.4.2 spec/spec_helper.rb
trackerific-0.4.1 spec/spec_helper.rb
trackerific-0.4.0 spec/spec_helper.rb