Navigation Menu

Skip to content

Commit

Permalink
By default, rspec-rails should work without the generated initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlhuda committed Apr 30, 2010
1 parent 416bb95 commit 1b8bdd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rspec-rails.rb
@@ -1,6 +1,9 @@
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
Expand Down

0 comments on commit 1b8bdd7

Please sign in to comment.