gren 0.2.4 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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