summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormatugm <matugm@gmail.com>2015-09-23 18:20:48 +0200
committermatugm <matugm@gmail.com>2015-09-23 18:20:48 +0200
commitb215374c24c18a248e14320b3a1eb594ceba790e (patch)
treebc798cc94da5482e0a3c751f9f13760f65cb68d3 /test
parente285d146d1626c4e77b0f91d7d7915257d8c45ae (diff)
downloadhighline-b215374c24c18a248e14320b3a1eb594ceba790e.tar.gz
Rename test
Diffstat (limited to 'test')
-rw-r--r--test/test_question.rb2
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