* Track path changes in History. * Reactivate rename following on JRuby
This commit is contained in:
+6
-1
@@ -19,7 +19,6 @@ context "Frontend" do
|
||||
assert_equal 'μ†ℱ'.scan(/./), ["μ", "†", "ℱ"]
|
||||
end
|
||||
|
||||
|
||||
test "broken four space" do
|
||||
page = 'utfh1'
|
||||
text = %(
|
||||
@@ -468,6 +467,12 @@ context "Frontend" do
|
||||
post "/gollum/preview", :content => 'abc', :format => 'markdown'
|
||||
assert last_response.ok?
|
||||
end
|
||||
|
||||
test 'throws an error when comparing two identical revisions for a page' do
|
||||
get '/gollum/compare/A.md/fc66539528eb96f21b2bbdbf557788fe8a1196ac...fc66539528eb96f21b2bbdbf557788fe8a1196ac'
|
||||
assert last_response.ok?
|
||||
assert last_response.body.include?('Could not compare these two revisions, no differences were found.')
|
||||
end
|
||||
|
||||
=begin
|
||||
# Grit is broken.
|
||||
|
||||
Reference in New Issue
Block a user