Successful
|
ApplicationControllerSpec
The `index` action should::redirect to login page if user is unauthorized
History
|
< 1 sec |
Successful
|
ApplicationControllerSpec
The `index` action should::return 200 if user is authorized
History
|
< 1 sec |
Successful
|
ApplicationControllerSpec
the 'signout' action should::redirect browser to home
History
|
< 1 sec |
Successful
|
SocialAuthControllerSpec
social auth login should::Ask user to try again if the provider is not in the registry
History
|
< 1 sec |
Successful
|
SocialAuthControllerSpec
social auth login should::redirect to home page of user authenticates
History
|
4 secs |
Successful
|
SocialAuthControllerSpec
social auth login should::redirect user to social auth providers page if not logged in
History
|
< 1 sec |
Successful
|
ClusterConfigSpec
when I parse a valid uri::Given a Swarm Config::then it should succeed
History
|
< 1 sec |
Successful
|
ClusterConfigSpec
when I parse an invalid URI::Given a Swarm Config::then it should throw an execption
History
|
< 1 sec |
Successful
|
ClusterConfigSpec
when I parse the config::Given a config object with a single cluster config::then there should be a valid cluster config object
History
|
< 1 sec |
Successful
|
ClusterConfigSpec
when I parse the config::Given a config with multiple clusters::then I should see all of the clusters in the resulting cluster object
History
|
< 1 sec |
Successful
|
ClusterConfigSpec
when I parse uri::Given a RabbitMQ Config::then extract vhost
History
|
< 1 sec |
Successful
|
ProjectSpec
When I read it from the db::Given an invalid database record::Then I should get an exception
History
|
< 1 sec |
Successful
|
ProjectSpec
When I write it to the Database::Given a Project object::It should create a valid BSON document
History
|
< 1 sec |
Successful
|
ProjectSpec
when I read it::Given a database record::then I get a project object
History
|
< 1 sec |
Successful
|
UserSpec
construct full name can::user model should::when first and last provided
History
|
< 1 sec |
Successful
|
UserSpec
construct full name can::user model should::when full name provided
History
|
< 1 sec |
Successful
|
UserSpec
construct full name can::user model should::when just first provided
History
|
< 1 sec |
Successful
|
UserSpec
construct full name can::user model should::when just last provided
History
|
< 1 sec |
Successful
|
UserSpec
construct full name can::user model should::when no name provided
History
|
< 1 sec |
Successful
|
AuthTokenServiceSpec
authTokenService should::create new instance
History
|
< 1 sec |
Successful
|
AuthTokenServiceSpec
authTokenService should::remove token upon expiry
History
|
< 1 sec |
Successful
|
AuthTokenServiceSpec
authTokenService should::validate an existing instance
History
|
< 1 sec |
Successful
|
UserServiceSpec
UserService should::retrieve a user by Login info
History
|
< 1 sec |
Successful
|
UserServiceSpec
UserService should::retrieve a user by id
History
|
< 1 sec |
Successful
|
UserServiceSpec
UserService should::save a user
History
|
< 1 sec |
Successful
|
UserServiceSpec
save profile can::UserService should::add new user
History
|
< 1 sec |
Successful
|
UserServiceSpec
save profile can::UserService should::update existing user
History
|
< 1 sec |