Skip to content

Commit

Permalink
Removed unused ActionController helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed May 8, 2009
1 parent e7099fa commit 78e2347
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
2 changes: 0 additions & 2 deletions lib/shoulda/action_controller.rb
@@ -1,13 +1,11 @@
require 'shoulda'
require 'shoulda/action_controller/helpers'
require 'shoulda/action_controller/matchers'
require 'shoulda/action_controller/macros'

module Test # :nodoc: all
module Unit
class TestCase
include Shoulda::ActionController::Matchers
include Shoulda::ActionController::Helpers
extend Shoulda::ActionController::Macros
end
end
Expand Down
47 changes: 0 additions & 47 deletions lib/shoulda/action_controller/helpers.rb

This file was deleted.

0 comments on commit 78e2347

Please sign in to comment.