From d899dd5b913cbed6fde5d79960aa2ea061083122 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 5 Sep 2017 22:49:55 +0300 Subject: [PATCH] Disable generators --- config/application.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/application.rb b/config/application.rb index a0c67526e..71920f3ea 100644 --- a/config/application.rb +++ b/config/application.rb @@ -58,6 +58,13 @@ module Registry g.stylesheets false g.javascripts false g.helper false + g.template_engine :erb + g.jbuilder false + g.test_framework :rspec, + controller_specs: false, + view_specs: false, + request_specs: false, + routing_specs: false end registrant_portal_uri = URI.parse(ENV['registrant_url'])