summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2014-12-28move pag model up a directory.mainmo khan
2014-11-15require the page model.mo khan
2014-11-15disable transactional fixtures to ensure poltergeist tests run ok.mo khan
2014-11-15install poltergeist.mo khan
2014-11-15extract dashboard page model class and some helpers.mo khan
2014-11-15extract login page object.mo khan
2014-11-15add spec for when the email is not known.mo khan
2014-11-15display flash messages and add first functional test.mo khan
2014-11-15add first functional test.mo khan
2014-11-15add codeclimate ruby test coverage.mo khan
2014-11-15generate unique session key instead of id.mo khan
2014-11-15record the ip address.mo khan
2014-11-15exclude revoked session when authenticating.mo khan
2014-11-15revoke a session when a user logs out.mo khan
2014-11-15convert all specs to use cookie based authentication instead of session.mo khan
2014-11-15raise error if session key is not legit.mo khan
2014-11-15update authentication to use session cookie.mo khan
2014-11-15add specs for building a new session.mo khan
2014-11-15return nil if the credentials are incorrect.mo khan
2014-11-15return the secure cookie hash from the login command.mo khan
2014-11-15introduce secure auth cookie.mo khan
2014-11-15use factory girl.mo khan
2014-11-15add a few more validation specs.mo khan
2014-11-15add email validation.mo khan
2014-11-14add i18n tasks.mo khan
2014-11-10display list of failures.mo khan
2014-11-10rename errors controller to failures.mo khan
2014-11-10remove pending failure specs.mo khan
2014-11-10add api endpoint for recording failures.mo khan
2014-11-10add ability to edit a service.mo khan
2014-11-10add ability to delete a service.mo khan
2014-11-10add ability to delete an environment.mo khan
2014-11-10create a new environment.mo khan
2014-11-10try to load environments for each service.mo khan
2014-11-10rename application model to service.mo khan
2014-11-10add page to create a new application.mo khan
2014-11-10show list of applications.mo khan
2014-11-09convert specs from old should to expect style.mo khan
2014-11-09add ability to delete a video.mo khan
2014-11-09add ability to edit a video.mo khan
2014-11-09correct json rendering and add rake task to load fake data.mo khan
2014-11-09persist videos and add some test gems.mo khan
2014-11-09upgrade to rails 4.1 and rspec 3.mo khan
2014-04-18start to flush out videos controller.mo khan
2014-04-11add logout action.mo khan
2014-04-11rename logins to sessions.mo khan
2014-04-11redirect to root_path with anchor.mo khan
2014-04-09rename session_id to user_session_id.mo khan
2014-04-09handle unknown email address.mo khan
2014-04-09redirect to login when not signed in.mo khan