Merge branch 'expand-path-on-sinatra-root' [closes #67]

Thanks @toy!
This commit is contained in:
Samuel Cochran 2012-10-29 10:37:49 +08:00
commit 74beed307c

View File

@ -10,7 +10,7 @@ class Sinatra::Request
end
class MailCatcher::Web < Sinatra::Base
set :root, Pathname.new(__FILE__).dirname.parent.parent
set :root, File.expand_path("#{__FILE__}/../../..")
set :haml, :format => :html5
get '/' do