mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
Fix tests
This commit is contained in:
parent
0ed2dfc3f6
commit
c971ba5de7
2 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@ class MainController < ApplicationController
|
|||
|
||||
|
||||
def file_response
|
||||
render :file => "#{Rails.root}/Gemfile"
|
||||
render :file => "#{Rails.root}/Gemfile", :layout => false
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
<hr/>
|
||||
|
||||
<%= yield %>
|
||||
<%= insert_paloma_hook %>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue