engine/config/initializers/rspec_generator.rb

9 lines
264 B
Ruby
Raw Normal View History

# 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