spec/spec_helper.rb in spree_pinterest-0.1.1 vs spec/spec_helper.rb in spree_pinterest-0.2.0
- old
+ new
@@ -9,9 +9,10 @@
# in spec/support/ and its subdirectories.
Dir[File.join(File.dirname(__FILE__), "support/**/*.rb")].each {|f| require f }
# Requires factories defined in spree_core
require 'spree/core/testing_support/factories'
+FactoryGirl.find_definitions
RSpec.configure do |config|
# == Mock Framework
#
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: