Fix rake in production environment

This commit is contained in:
wvengen 2016-04-25 09:01:19 +02:00
parent 6a7b0ae409
commit 483c2aba29
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'
require 'rspec-rerun/tasks'
require 'rspec-rerun/tasks' if defined?(RSpec) # http://stackoverflow.com/a/16853615/2866660
Foodsoft::Application.load_tasks