From 483c2aba2992e9759106f63266f48e8c373e424f Mon Sep 17 00:00:00 2001 From: wvengen Date: Mon, 25 Apr 2016 09:01:19 +0200 Subject: [PATCH] Fix rake in production environment --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2cb2213e..c6863bd5 100644 --- a/Rakefile +++ b/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