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