Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created July 11, 2010 22:11
Show Gist options
  • Save dchelimsky/471892 to your computer and use it in GitHub Desktop.
Save dchelimsky/471892 to your computer and use it in GitHub Desktop.
module RSpec
module Rails
class Railtie < ::Rails::Railtie
config.generators.integration_tool :rspec
config.generators.test_framework :rspec
rake_tasks do
load "rspec/rails/tasks/rspec.rake"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment