Port halo/spree_digital to Spree version 2.0.0. Move factories to the correct place (factories.rb) so it can be used/overriden by other modules.

This commit is contained in:
2013-05-24 14:06:15 +01:00
parent 7dabf1a520
commit f3c13a7175
22 changed files with 265 additions and 149 deletions
+7
View File
@@ -0,0 +1,7 @@
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/spree_digital/engine', __FILE__)
require 'rails/all'
require 'rails/engine/commands'