2011-02-13 00:12:27 +00:00
|
|
|
if Rails.env.test? && defined?(Locomotive::Application) # does not need it for the engine version
|
2010-06-03 20:20:53 +00:00
|
|
|
Locomotive::Application.configure do
|
|
|
|
config.generators do |g|
|
|
|
|
g.integration_tool :rspec
|
|
|
|
g.test_framework :rspec
|
|
|
|
end
|
|
|
|
end
|
2010-07-23 20:09:54 +00:00
|
|
|
end
|