diff options
author | matugm <matugm@gmail.com> | 2015-09-23 18:20:48 +0200 |
---|---|---|
committer | matugm <matugm@gmail.com> | 2015-09-23 18:20:48 +0200 |
commit | b215374c24c18a248e14320b3a1eb594ceba790e (patch) | |
tree | bc798cc94da5482e0a3c751f9f13760f65cb68d3 /test | |
parent | e285d146d1626c4e77b0f91d7d7915257d8c45ae (diff) | |
download | highline-b215374c24c18a248e14320b3a1eb594ceba790e.tar.gz |
Rename test
Diffstat (limited to 'test')
-rw-r--r-- | test/test_question.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_question.rb b/test/test_question.rb index a562eab..e114a13 100644 --- a/test/test_question.rb +++ b/test/test_question.rb @@ -16,7 +16,7 @@ class TestQuestion < Minitest::Test @asker = QuestionAsker.new(@question, @highline) end - def test_something + def test_ask_once skip assert_equal "", @asker.ask_once end |