summaryrefslogtreecommitdiffstats
path: root/tests/units/test_lib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/test_lib.rb')
-rw-r--r--tests/units/test_lib.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/units/test_lib.rb b/tests/units/test_lib.rb
index 5afb4ec..9a3479b 100644
--- a/tests/units/test_lib.rb
+++ b/tests/units/test_lib.rb
@@ -42,10 +42,7 @@ class TestLib < Test::Unit::TestCase
a = @lib.log_commits :count => 20, :between => ['v2.5', 'v2.6']
assert_equal(2, a.size)
- a = @lib.log_commits :count => 20, :object => 'example.txt'
- assert_equal(20, a.size)
-
- a = @lib.log_commits :count => 20, :object => 'ex_dir/ex.txt'
+ a = @lib.log_commits :count => 20, :path_limiter => 'ex_dir/'
assert_equal(1, a.size)
end