.call instead of .() for 1.8.7
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ context "Markup" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
teardown do
|
teardown do
|
||||||
@teardown.()
|
@teardown.call
|
||||||
end
|
end
|
||||||
|
|
||||||
test "formats page from Wiki#pages" do
|
test "formats page from Wiki#pages" do
|
||||||
|
|||||||
Reference in New Issue
Block a user