1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

ensure the reloader is enabled in the specs

This commit is contained in:
Gabriel Andretta 2011-06-16 21:21:28 -03:00
parent eecfe3dc97
commit 8c55335397

View file

@ -1,5 +1,6 @@
class <%= name %> < Sinatra::Base
register Sinatra::Reloader
enable :reloader
<% unless inline_templates.nil? %>
enable :inline_templates
<% end %>