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:
parent
eecfe3dc97
commit
8c55335397
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
class <%= name %> < Sinatra::Base
|
||||
register Sinatra::Reloader
|
||||
enable :reloader
|
||||
<% unless inline_templates.nil? %>
|
||||
enable :inline_templates
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue