lib/gooddata/commands/api.rb in gooddata-0.6.7 vs lib/gooddata/commands/api.rb in gooddata-0.6.8

- old
+ new

@@ -23,10 +23,10 @@ alias_method :index, :info # Test of login def test if GoodData.test_login - puts "Succesfully logged in as #{GoodData.profile.email}" + puts "Succesfully logged in as #{GoodData.profile.user}" else puts 'Unable to log in to GoodData server!' end end