Sha256: 5239a1dcb87231edfc3028814a50f9c38779cc8f50b2c57eae8330545298e9b4
Contents?: true
Size: 327 Bytes
Versions: 40
Compression:
Stored size: 327 Bytes
Contents
require 'fileutils' require 'rr' require 'test/unit' World do include Test::Unit::Assertions end TEST_DIR = File.join('/', 'tmp', 'jekyll') JEKYLL_PATH = File.join(ENV['PWD'], 'bin', 'jekyll') def run_jekyll(opts = {}) command = JEKYLL_PATH command << " >> /dev/null 2>&1" if opts[:debug].nil? system command end
Version data entries
40 entries across 40 versions & 19 rubygems