module Tenancy::Shoulda::Matchers

Public Instance Methods

be_a_tenant() click to toggle source
# File lib/tenancy/matchers.rb, line 11
def be_a_tenant
  BeATenant.new
end
have_scope_to(name) click to toggle source
# File lib/tenancy/matchers.rb, line 7
def have_scope_to(name)
  HaveScopeToMatcher.new(name)
end