.call instead of .() for 1.8.7

This commit is contained in:
bootstraponline
2012-10-01 23:29:15 -06:00
parent 3c1c588953
commit 7142e284fa
+1 -1
View File
@@ -8,7 +8,7 @@ context "Markup" do
end
teardown do
@teardown.()
@teardown.call
end
test "formats page from Wiki#pages" do