spec/internal/config/application.rb in curate-0.6.5 vs spec/internal/config/application.rb in curate-0.6.6

- old
+ new

@@ -6,9 +6,15 @@ # you've limited to :test, :development, or :production. Bundler.require(:default, Rails.env) module Internal class Application < Rails::Application + + config.generators do |g| + g.test_framework :rspec, :spec => true + end + + # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.