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:
parent
09d229de33
commit
7579c1c42d
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue