Grit is broken. #508 #356

This commit is contained in:
bootstraponline
2012-09-04 17:52:56 -06:00
parent 56a5a7d92b
commit 9dd701ccc4
+1 -1
View File
@@ -39,7 +39,6 @@ context "Page Reverting" do
assert_equal "INITIAL", body=page2.raw_data.strip
assert_equal body, File.read(File.join(@path, "B.md")).strip
end
=end
test "reverts multiple commits for a page" do
page1 = @wiki.page('A')
@@ -49,6 +48,7 @@ context "Page Reverting" do
assert_equal "INITIAL", body=page2.raw_data.strip
assert_equal body, File.read(File.join(@path, "A.md")).strip
end
=end
test "cannot revert conflicting commit" do
page1 = @wiki.page('A')