Skip to content

Commit

Permalink
make sure factory_girl is loaded for specs
Browse files Browse the repository at this point in the history
Some specs behave depending on the version of FactoryGirl. On Travis,
specs see < 2.0, but the implementation sees 2.0 (presence of
::FactoryGirl)
  • Loading branch information
niklas committed Aug 6, 2014
1 parent 94f79ea commit b94118b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -2,6 +2,7 @@
require 'rspec'
require 'active_support'
require 'active_record'
require 'factory_girl'

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'pickle'
Expand Down

0 comments on commit b94118b

Please sign in to comment.