From 7142e284fa7e3056ea335b4f01df0ee3c3ea8998 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Mon, 1 Oct 2012 23:29:15 -0600 Subject: [PATCH] .call instead of .() for 1.8.7 --- test/test_markup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_markup.rb b/test/test_markup.rb index 2828f309..3424e92a 100644 --- a/test/test_markup.rb +++ b/test/test_markup.rb @@ -8,7 +8,7 @@ context "Markup" do end teardown do - @teardown.() + @teardown.call end test "formats page from Wiki#pages" do