From 8bf14127781e4e323c436c19985eee5a49812155 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 3 Jan 2011 13:21:09 -0500 Subject: [PATCH] another koan bit --- koans/about_asserts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_asserts.rb b/koans/about_asserts.rb index bf68ba0..33e2572 100644 --- a/koans/about_asserts.rb +++ b/koans/about_asserts.rb @@ -32,6 +32,6 @@ class AboutAsserts < EdgeCase::Koan # Sometimes we will ask you to fill in the values def test_fill_in_values - assert_equal __, 1 + 1 + assert_equal 2, 1 + 1 end end