Sha256: 1271d466e9639e9c10b31b3e7a3a7bc65f5b984b5ca4f7004e9dbcf222cfe971
Contents?: true
Size: 368 Bytes
Versions: 16
Compression:
Stored size: 368 Bytes
Contents
require File.join(File.dirname(__FILE__), "test_helper.rb") require 'gren/cli' class TestGrenCli < Test::Unit::TestCase def setup Gren::CLI.execute(@stdout_io = StringIO.new, []) @stdout_io.rewind @stdout = @stdout_io.read end def test_print_default_output # assert_match(/gren [option] pattern dir [file_pattern] [fpath]/, @stdout) end end
Version data entries
16 entries across 16 versions & 1 rubygems