Skip to content

Commit bd0aa07

Browse files
committed
fixes spec after integrating webcracy's gmail IMAP extensions methods
1 parent 639aa72 commit bd0aa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def mock_client(&block)
3737

3838
it "should properly login to valid GMail account" do
3939
client = mock_client
40-
client.connect.should be_true
40+
client.connect.should be_nil
4141
client.login.should be_true
4242
client.should be_logged_in
4343
client.logout

0 commit comments

Comments
 (0)