class Tryouts::FreshContextFactory

def create_container

def create_container
  @containers_created += 1
  Object.new
end