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
1 changed files with 1 additions and 0 deletions

View File

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