class Shoulda::Matchers::ActionController::AssignToMatcher
def normalize_expected_value!
def normalize_expected_value! if @options[:expectation_block] @options[:expected_value] = @context.instance_eval(&@options[:expectation_block]) end end
def normalize_expected_value! if @options[:expectation_block] @options[:expected_value] = @context.instance_eval(&@options[:expectation_block]) end end