cucumber: don't manually include assertions

It causes hard to debug infinite loops and it's done automatically
in recent versions of Cucumber anyway.
This commit is contained in:
scribu 2013-05-23 19:44:02 +03:00
parent 09d229de33
commit 7579c1c42d
1 changed files with 0 additions and 4 deletions

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')