summaryrefslogtreecommitdiff
path: root/test/minitest/test_mini_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/minitest/test_mini_spec.rb')
-rw-r--r--test/minitest/test_mini_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/minitest/test_mini_spec.rb b/test/minitest/test_mini_spec.rb
index 89c552308f..f80310c4d1 100644
--- a/test/minitest/test_mini_spec.rb
+++ b/test/minitest/test_mini_spec.rb
@@ -17,6 +17,9 @@ describe MiniTest::Spec do
self._assertions.must_equal @assertion_count
end
+ # TODO: figure out how the hell to write a test for this
+ # it "will skip if there is no block"
+
it "needs to have all methods named well" do
@assertion_count = 2