Merge pull request #1139 from scribu/cucumber-fix
Fix for #622 (Cucumber infinite loop)
This commit is contained in:
commit
4b6baf01cb
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue