module Pundit::RSpec::Matchers

def was_or_were

def was_or_were
  if @violating_permissions.count > 1
    "were"
  else
    "was"
  end
end