shoot, included in the wrong spot. this is rspec issue hard to test :(
This commit is contained in:
parent
b6f1b73738
commit
1571a10500
1 changed files with 1 additions and 1 deletions
|
@ -5,8 +5,8 @@ rescue MissingSourceFile
|
||||||
module Rspec
|
module Rspec
|
||||||
module Core
|
module Core
|
||||||
class RakeTask
|
class RakeTask
|
||||||
|
include Rake::DSL
|
||||||
def initialize(name)
|
def initialize(name)
|
||||||
include Rake::DSL
|
|
||||||
task name do
|
task name do
|
||||||
# if rspec-rails is a configured gem, this will output helpful material and exit ...
|
# if rspec-rails is a configured gem, this will output helpful material and exit ...
|
||||||
require File.expand_path(File.dirname(__FILE__) + "/../../config/environment")
|
require File.expand_path(File.dirname(__FILE__) + "/../../config/environment")
|
||||||
|
|
Loading…
Reference in a new issue