Sha256: 0a0891a24eebc8b86efa868bcf60c314fa316c669a76e366283b0f314bc25ebb

Contents?: true

Size: 332 Bytes

Versions: 7

Compression:

Stored size: 332 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 'coveralls' and Coveralls.wear_merged! if ENV['TRAVIS']

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
activeadmin-0.6.6 spec/spec_helper_without_rails.rb
activeadmin-0.6.5 spec/spec_helper_without_rails.rb
activeadmin-0.6.4 spec/spec_helper_without_rails.rb
activeadmin-0.6.3 spec/spec_helper_without_rails.rb
activeadmin-0.6.2 spec/spec_helper_without_rails.rb
activeadmin-0.6.1 spec/spec_helper_without_rails.rb
aa-rails4-0.6.0 spec/spec_helper_without_rails.rb