class Shoulda::Matchers::ActionController::PermitMatcher
def default_verb
def default_verb case action when :create then :post when :update then RailsShim.verb_for_update end end
def default_verb case action when :create then :post when :update then RailsShim.verb_for_update end end