mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
Make sure we generate rspec files
This commit is contained in:
parent
3167f7bda8
commit
d933f8aa3f
@ -26,4 +26,8 @@ MyImages::Application.configure do
|
||||
# This option may cause significant delays in view rendering with a large
|
||||
# number of complex assets.
|
||||
config.assets.debug = true
|
||||
|
||||
config.generators do |g|
|
||||
g.test_framework :rspec
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user