2011-10-30 23:02:41 +00:00
|
|
|
# if Rails.env.test? && defined?(Locomotive::Application) # does not need it for the engine version
|
|
|
|
# Locomotive::Application.configure do
|
|
|
|
# config.generators do |g|
|
|
|
|
# g.integration_tool :rspec
|
|
|
|
# g.test_framework :rspec
|
|
|
|
# end
|
|
|
|
# end
|
|
|
|
# end
|