Object
@private
# File lib/shoulda/matchers/action_controller/render_template_matcher.rb, line 52 def initialize(options, message, context) @options = options @message = message @template = options.is_a?(Hash) ? options[:partial] : options @context = context @controller = nil @failure_message = nil @failure_message_when_negated = nil end
# File lib/shoulda/matchers/action_controller/render_template_matcher.rb, line 67 def description "render template #{@template}" end
Generated with the Darkfish Rdoc Generator 2.