Merge pull request #1139 from scribu/cucumber-fix

Fix for #622 (Cucumber infinite loop)
This commit is contained in:
Parker Moore
2013-05-23 14:28:31 -07:00
2 changed files with 0 additions and 4 deletions

View File

@@ -2,10 +2,6 @@ require 'fileutils'
require 'rr'
require 'test/unit'
World do
include Test::Unit::Assertions
end
TEST_DIR = File.join('/', 'tmp', 'jekyll')
JEKYLL_PATH = File.join(File.dirname(__FILE__), '..', '..', 'bin', 'jekyll')