summaryrefslogtreecommitdiffstats
path: root/test/test_ruby.rb
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-02-26 01:42:15 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-02-26 01:42:15 +0900
commitc1aa5c5f3380315621d30d99b258667775b0fad3 (patch)
tree5bfbff2ba5ad7ce1cb8d914106a91bf2cc2939e7 /test/test_ruby.rb
parent4a1752d3fc7f069b0f8afb12ed625acb6fd2aee2 (diff)
Add --tac option and reverse display order of --no-sort
DISCLAIMER: This is a backward incompatible change
Diffstat (limited to 'test/test_ruby.rb')
-rw-r--r--test/test_ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ruby.rb b/test/test_ruby.rb
index 674ed3be..25f923b1 100644
--- a/test/test_ruby.rb
+++ b/test/test_ruby.rb
@@ -54,7 +54,7 @@ class MockTTY
end
end
-class TestRubyFZF < MiniTest::Unit::TestCase
+class TestRubyFZF < Minitest::Test
def setup
ENV.delete 'FZF_DEFAULT_SORT'
ENV.delete 'FZF_DEFAULT_OPTS'