Skip to content
Snippets Groups Projects
Commit afeca489 authored by Sunny Ripert's avatar Sunny Ripert
Browse files

Encoding: utf-8 on all .rb files

parent 5e5ffe3b
No related branches found
No related tags found
No related merge requests found
# ~*~ encoding: utf-8 ~*~
module Gollum
class Markup
register(:markdown, "Markdown", :regexp => /md|mkdn?|mdown|markdown/)
Loading
Loading
@@ -10,4 +11,4 @@ module Gollum
register(:mediawiki, "MediaWiki", :regexp => /(media)?wiki/)
register(:pod, "Pod")
end
end
\ No newline at end of file
end
# ~*~ encoding: utf-8 ~*~
require 'rubygems'
require 'test/unit'
require 'shoulda'
Loading
Loading
# ~*~ encoding: utf-8 ~*~
class WikiFactory
def self.create p, opt={}
path = testpath "examples/test.git"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment