Class: ActionController::TestCase

Inherits:
Object
  • Object
show all
Extended by:
Shoulda::Matchers::ActionController
Includes:
Shoulda::Matchers::ActionController
Defined in:
lib/shoulda/matchers/integrations/test_unit.rb

Instance Method Summary (collapse)

Methods included from Shoulda::Matchers::ActionController

filter_param, redirect_to, render_template, render_with_layout, respond_with, route, set_session, set_the_flash

Instance Method Details

- (Object) subject



11
12
13
# File 'lib/shoulda/matchers/integrations/test_unit.rb', line 11

def subject
  @controller
end