gren 0.2.4 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +0,0 @@
1
- require File.join(File.dirname(__FILE__), "test_helper.rb")
2
- require 'gren/cli'
3
-
4
- class TestGrenCli < Test::Unit::TestCase
5
- def setup
6
- Gren::CLI.execute(@stdout_io = StringIO.new, [])
7
- @stdout_io.rewind
8
- @stdout = @stdout_io.read
9
- end
10
-
11
- def test_print_default_output
12
- # assert_match(/gren [option] pattern dir [file_pattern] [fpath]/, @stdout)
13
- end
14
- end
@@ -1,14 +0,0 @@
1
- require File.join(File.dirname(__FILE__), "test_helper.rb")
2
- require 'grendb/cli'
3
-
4
- class TestGrendbCli < Test::Unit::TestCase
5
- def setup
6
- Grendb::CLI.execute(@stdout_io = StringIO.new, [])
7
- @stdout_io.rewind
8
- @stdout = @stdout_io.read
9
- end
10
-
11
- def test_print_default_output
12
- # assert_match(/To update this executable/, @stdout)
13
- end
14
- end
@@ -1,14 +0,0 @@
1
- require File.join(File.dirname(__FILE__), "test_helper.rb")
2
- require 'mkgrendb/cli'
3
-
4
- class TestMkgrendbCli < Test::Unit::TestCase
5
- def setup
6
- Mkgrendb::CLI.execute(@stdout_io = StringIO.new, [])
7
- @stdout_io.rewind
8
- @stdout = @stdout_io.read
9
- end
10
-
11
- def test_print_default_output
12
- # assert_match(/To update this executable/, @stdout)
13
- end
14
- end