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
commit 4b6baf01cb
2 changed files with 0 additions and 4 deletions

0
bin/jekyll Normal file → Executable file
View File

View File

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