Skip to content

Commit

Permalink
Updated to use new core factory require
Browse files Browse the repository at this point in the history
  • Loading branch information
BDQ committed Feb 8, 2011
1 parent 2929bd8 commit fbda454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -5,7 +5,7 @@
require 'rspec/rails'

#include spree's factories
require File.join(ENV['SPREE_PATH'], 'core/spec/factories')
require 'spree_core/testing_support/factories'

# include local factories
Dir["#{File.dirname(__FILE__)}/factories/**/*.rb"].each do |f|
Expand Down

0 comments on commit fbda454

Please sign in to comment.