1
0
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:
Daniel Barber 2018-08-25 12:03:56 -04:00
parent 3167f7bda8
commit d933f8aa3f
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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