We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639aa72 commit bd0aa07Copy full SHA for bd0aa07
spec/client_spec.rb
@@ -37,7 +37,7 @@ def mock_client(&block)
37
38
it "should properly login to valid GMail account" do
39
client = mock_client
40
- client.connect.should be_true
+ client.connect.should be_nil
41
client.login.should be_true
42
client.should be_logged_in
43
client.logout
0 commit comments