From 1571a105004c69695acbe4495d074b66517d8dd9 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 2 Jan 2013 23:58:25 -0500 Subject: [PATCH] shoot, included in the wrong spot. this is rspec issue hard to test :( --- lib/tasks/rspec.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/rspec.rake b/lib/tasks/rspec.rake index 4a1e1657..839e0464 100644 --- a/lib/tasks/rspec.rake +++ b/lib/tasks/rspec.rake @@ -5,8 +5,8 @@ rescue MissingSourceFile module Rspec module Core class RakeTask + include Rake::DSL def initialize(name) - include Rake::DSL task name do # if rspec-rails is a configured gem, this will output helpful material and exit ... require File.expand_path(File.dirname(__FILE__) + "/../../config/environment")