mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Disable unit test generation
g.test_framework = :testunit (or test_unit) does not work out of the box. https://stackoverflow.com/questions/12148611/rails-generators-not- generating-the-proper-test-templates
This commit is contained in:
parent
458c99f437
commit
21f8e15f65
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module Registry
|
|||
g.helper false
|
||||
g.template_engine :erb
|
||||
g.jbuilder false
|
||||
g.test_framework :minitest, fixture: false
|
||||
g.test_framework nil
|
||||
end
|
||||
|
||||
registrant_portal_uri = URI.parse(ENV['registrant_url'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue