Configure generators
This commit is contained in:
parent
d6dbf8acf7
commit
20a8102032
@ -31,5 +31,12 @@ module Akkounts
|
||||
|
||||
# Don't generate system test files.
|
||||
config.generators.system_tests = nil
|
||||
|
||||
config.generators do |g|
|
||||
g.orm :active_record
|
||||
g.template_engine :erb
|
||||
g.test_framework :rspec, fixture: true
|
||||
g.stylesheets false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user