Sha256: 409bec583af34185c55a463967d01a3d1f8449a0e0b2e9a88ee4b91d7013e5e0

Contents?: true

Size: 277 Bytes

Versions: 8

Compression:

Stored size: 277 Bytes

Contents

require "factory_girl_remote_strategy"
require "fakeweb"

FakeWeb.allow_net_connect = false

FactoryGirl.find_definitions

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each {|f| require f}

RSpec.configure do |config|
  config.include FactoryGirl::Syntax::Methods
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
factory_girl_remote_strategy-0.0.8 spec/spec_helper.rb
factory_girl_remote_strategy-0.0.7 spec/spec_helper.rb
factory_girl_remote_strategy-0.0.6 spec/spec_helper.rb
factory_girl_remote_strategy-0.0.5 spec/spec_helper.rb
factory_girl_remote_strategy-0.0.4 spec/spec_helper.rb
factory_girl_remote_strategy-0.0.3 spec/spec_helper.rb
factory_girl_remote_strategy-0.0.2 spec/spec_helper.rb
factory_girl_remote_strategy-0.0.1 spec/spec_helper.rb