Fix rake in production environment
This commit is contained in:
parent
6a7b0ae409
commit
483c2aba29
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue