Sha256: f744d2433611dde300c66061a334324f636fc9b3591bceab0b477587ba2af554
Contents?: true
Size: 940 Bytes
Versions: 8
Compression:
Stored size: 940 Bytes
Contents
require 'spec_helper' describe "A Gmail message" do context "on initialize" do it "should set uid and mailbox" do pending end end context "instance" do it "should be able to mark itself as read" do pending end it "should be able to mark itself as unread" do pending end it "should be able to set star itself" do pending end it "should be able to unset start" do pending end it "should be able to archive itself" do pending end it "should be able to delete itself" do pending end it "should be able to move itself to spam" do pending end it "should be able to set given label" do pending end it "should be able to mark itself with given flag" do pending end it "should be able to move itself to given box" do pending end end end
Version data entries
8 entries across 8 versions & 3 rubygems