Sha256: 0d0e46e3123d632881a33deba5ea0af8e34a7d5f83ebd8e3423d75cacbfd4b7f

Contents?: true

Size: 584 Bytes

Versions: 14

Compression:

Stored size: 584 Bytes

Contents

ENV['RAILS_ENV'] = 'test'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require "rails_app/config/environment"

require 'rspec'
require 'counter_culture'

load "#{File.dirname(__FILE__)}/schema.rb"

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

ActiveRecord::Base.logger = Logger.new(STDOUT)
ActiveRecord::Base.logger.level = 1

RSpec.configure do |config|
  config.fail_fast = true
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
counter_culture-0.1.32 spec/spec_helper.rb
counter_culture-0.1.31 spec/spec_helper.rb
counter_culture-0.1.30 spec/spec_helper.rb
counter_culture-0.1.29 spec/spec_helper.rb
counter_culture-0.1.28 spec/spec_helper.rb
counter_culture-0.1.27 spec/spec_helper.rb
counter_culture-0.1.26 spec/spec_helper.rb
counter_culture-0.1.25 spec/spec_helper.rb
counter_culture-0.1.24 spec/spec_helper.rb
counter_culture-0.1.23 spec/spec_helper.rb
counter_culture-0.1.22 spec/spec_helper.rb
counter_culture-0.1.21 spec/spec_helper.rb
counter_culture-0.1.20 spec/spec_helper.rb
counter_culture-0.1.19 spec/spec_helper.rb