Sha256: 6f16e635f160fd476400adea6dc9699f72fa135c520b53767e9a50ff80a02e0d

Contents?: true

Size: 381 Bytes

Versions: 5

Compression:

Stored size: 381 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'active-record-without-callbacks'

# 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

5 entries across 5 versions & 1 rubygems

Version Path
active-record-without-callbacks-0.0.4 spec/spec_helper.rb
active-record-without-callbacks-0.0.3 spec/spec_helper.rb
active-record-without-callbacks-0.0.2 spec/spec_helper.rb
active-record-without-callbacks-0.0.1 spec/spec_helper.rb
active-record-without-callbacks-0.0.0 spec/spec_helper.rb