1
0
Fork 0
forked from OpenNeo/impress

shoot, included in the wrong spot. this is rspec issue hard to test :(

This commit is contained in:
Emi Matchu 2013-01-02 23:58:25 -05:00
parent b6f1b73738
commit 1571a10500

View file

@ -5,8 +5,8 @@ rescue MissingSourceFile
module Rspec
module Core
class RakeTask
def initialize(name)
include Rake::DSL
def initialize(name)
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")