Sha256: 26ae63b2de78590b9a3d05988a7e9e5fc4d30ee986f164888c4dc9ca63c74752

Contents?: true

Size: 358 Bytes

Versions: 10

Compression:

Stored size: 358 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH << File.expand_path('../support', __FILE__)

ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__)
require "bundler"
Bundler.setup

require 'detect_rails_version'
ENV['RAILS'] = detect_rails_version

require 'simplecov'

SimpleCov.start do
  add_filter 'spec/'
  add_filter 'features/'
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
yousty-activeadmin-1.0.4.pre spec/spec_helper_without_rails.rb
yousty-activeadmin-1.0.3.pre spec/spec_helper_without_rails.rb
active_administration-0.0.3 spec/spec_helper_without_rails.rb
activeadministration-0.0.2 spec/spec_helper_without_rails.rb
active_administration-0.0.2 spec/spec_helper_without_rails.rb
activeadministration-0.0.1 spec/spec_helper_without_rails.rb
active_administration-0.0.1 spec/spec_helper_without_rails.rb
yousty-activeadmin-1.0.2.pre spec/spec_helper_without_rails.rb
yousty-activeadmin-1.0.1.pre spec/spec_helper_without_rails.rb
yousty-activeadmin-1.0.0.pre spec/spec_helper_without_rails.rb