describe "administrator?" do
    it "is false when the user is not an admin" do
      expect(subject.administrator?).to be false
    end