Skip to content

Commit

Permalink
Revert "Tell rails' generator to generate rspec request specs when ge…
Browse files Browse the repository at this point in the history
…nerating a"

This reverts commit 12f0afa.

- Rails controller generator does not generate the routes needed for the
  generated request spec. Backing this out.
  • Loading branch information
dchelimsky committed Jul 7, 2010
1 parent 12f0afa commit e996b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/generators/rspec/controller/controller_generator.rb
Expand Up @@ -9,8 +9,6 @@ class ControllerGenerator < Base
class_option :controllers, :type => :boolean, :default => true
class_option :views, :type => :boolean, :default => true

hook_for :integration_tool, :as => :integration

def create_controller_files
return unless options[:controllers]

Expand Down

0 comments on commit e996b2b

Please sign in to comment.