Skip to content

Commit 0519a9e

Browse files
committed
Do not generate view specs
1 parent 1185fa7 commit 0519a9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Application < Rails::Application
2323
config.generators do |g|
2424
g.orm :active_record
2525
g.test_framework :rspec
26+
g.view_specs false
2627
g.template_engine :tailwindcss
2728
end
2829
end

0 commit comments

Comments
 (0)