Sha256: b2ea23b23f323b5a30d302a6143fe1db3824e3f04e5fd6adb317d4868881107e

Contents?: true

Size: 284 Bytes

Versions: 7

Compression:

Stored size: 284 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'factory_girl'
require 'alvid'

RSpec.configure do |config|
    config.include FactoryGirl::Syntax::Methods
    config.before(:suite) { FactoryGirl.reload }
    config.before(:each) { DataMapper.auto_migrate!  }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
alvid-0.2.5 spec/spec_helper.rb
alvid-0.2.4 spec/spec_helper.rb
alvid-0.2.3 spec/spec_helper.rb
alvid-0.2.2 spec/spec_helper.rb
alvid-0.2.1 spec/spec_helper.rb
alvid-0.2.0 spec/spec_helper.rb
alvid-0.1.0 spec/spec_helper.rb