class Shoulda::Matchers::MatcherContext

def outside_a_should_block?

def outside_a_should_block?
  context.is_a?(Class)
end