context "when slug is already taken" do
      before do
        existing = described_class.new(:slug => "taken-slug", described_class.slug_scope => 1)
        existing.save(validate: false)
      end