Sha256: dfc7c7376a07a7b88eecb313aed3e41787a154d9b384d9fc4d9b42b6cf1af33c

Contents?: true

Size: 487 Bytes

Versions: 8

Compression:

Stored size: 487 Bytes

Contents

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

require 'rspec'
require 'active_record'

require 'state_shifter'

if ENV['COVERAGE']
  require 'simplecov'
  
  SimpleCov.start do
    add_filter 'spec'
  end
end

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

RSpec.configure do |config|
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
state_shifter-1.1.3 spec/spec_helper.rb
state_shifter-1.1.2 spec/spec_helper.rb
state_shifter-1.0.7 spec/spec_helper.rb
state_shifter-1.0.5 spec/spec_helper.rb
state_shifter-1.0.3 spec/spec_helper.rb
state_shifter-0.8.1 spec/spec_helper.rb
state_shifter-0.8.0 spec/spec_helper.rb
state_shifter-0.7.2 spec/spec_helper.rb