Remove more references to grit and start updating readme (#1486)

* Remove more references to grit

* Update History and Readme
This commit is contained in:
Dawa Ometto
2020-03-18 18:17:22 +01:00
committed by GitHub
parent f8829c68d6
commit f6f81b39f8
4 changed files with 46 additions and 68 deletions
-9
View File
@@ -87,15 +87,6 @@ context "Frontend Unicode support" do
assert_equal 'ghi', page.version.message
end
test 'unicode filenames' do
# we transliterate only when adapter is grit
return if defined?(Gollum::GIT_ADAPTER) && Gollum::GIT_ADAPTER != 'grit'
@wiki.write_page("ééééé", :markdown, '한글 text', { :name => '', :email => '' })
page = @wiki.page("eeeee")
assert_equal '한글 text', utf8(page.raw_data)
end
def app
Precious::App
end