diff --git a/config/environments/development.rb b/config/environments/development.rb index 1e84b08..2a1934a 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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