Skip to content

Instantly share code, notes, and snippets.

@costis
Created January 19, 2013 13:45
Show Gist options
  • Select an option

  • Save costis/4572756 to your computer and use it in GitHub Desktop.

Select an option

Save costis/4572756 to your computer and use it in GitHub Desktop.
Rails Engines producing RSpec
class Engine < ::Rails::Engine
isolate_namespace
config.generators do |g|
g.test_framework :rspec
g.integration_tool :rspec
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment