Sha256: 18f2a304c6099ffa9c4e68f61a593ae3d8496fe1b843488a7af7a78c426c91f7

Contents?: true

Size: 280 Bytes

Versions: 4

Compression:

Stored size: 280 Bytes

Contents

begin
  require 'simplecov'
  SimpleCov.start do
    root '../../'
    command_name 'spec:integration:test:test'
    add_filter 'spec'
  end
rescue LoadError
end

ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
strong_presenter-0.2.2 spec/dummy/test/test_helper.rb
strong_presenter-0.2.1 spec/dummy/test/test_helper.rb
strong_presenter-0.2.0 spec/dummy/test/test_helper.rb
strong_presenter-0.1.0 spec/dummy/test/test_helper.rb