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'])