Skip to content

Instantly share code, notes, and snippets.

@randysecrist
Created June 19, 2012 15:34
Show Gist options
  • Save randysecrist/2954833 to your computer and use it in GitHub Desktop.
Save randysecrist/2954833 to your computer and use it in GitHub Desktop.
test run
[randy|Bashos-MacBook-Pro|1.9.3p125 (dev) ✗] ~/Documents/dev/views/mhealth/mhealth $ bundle exec rake
/Users/randy/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
(in /Users/randy/Documents/dev/views/mhealth/mhealth)
Pending scenario: the api doesn't credentials for the access token request (in test/integration/api_test.rb:44)
Pending scenario: the api sends wrong credentials for the access token request (in test/integration/api_test.rb:49)
Pending scenario: user denies authorization request (in test/integration/authorization_test.rb:157)
Pending scenario: authorization request has state (in test/integration/authorization_test.rb:160)
Pending scenario: authorization request redirect_uri has a query string (in test/integration/authorization_test.rb:163)
Pending scenario: authorization request has state & redirect_uri w/ query string (in test/integration/authorization_test.rb:166)
Pending scenario: user authorizes mhealth to read from external data source (in test/integration/authorization_test.rb:403)
Pending scenario: user views list of installed sources (in test/integration/authorization_test.rb:408)
Pending scenario: user revokes a source (in test/integration/authorization_test.rb:413)
Pending scenario: non-signed-in user attempts to update an account (in test/integration/identity/profile_test.rb:283)
Pending scenario: signed-in user attempts to inject fields (in test/integration/identity/profile_test.rb:286)
Pending scenario: visitor attempts to inject fields on sign up (in test/integration/identity/registration_test.rb:215)
Pending scenario: malicious user attempts to authorize without signing in (in test/integration/mobile_test.rb:169)
Pending scenario: user registers for an mhealth account at start of auth flow (in test/integration/mobile_test.rb:317)
Pending scenario: user signs in and views their dashboard (in test/integration/mobile_test.rb:343)
Pending scenario: user views about mhealth before signing in (in test/integration/mobile_test.rb:362)
Pending scenario: user connects multiple external accounts to mhealth in a single auth request (in test/integration/mobile_test.rb:507)
Pending scenario: error occurs reading connected accounts from server (in test/integration/mobile_test.rb:510)
Pending scenario: user is already signed in and is taken directly to connect (in test/integration/mobile_test.rb:513)
Pending scenario: connection to external account fails (in test/integration/mobile_test.rb:516)
Pending scenario: user decides not to connect their external account (in test/integration/mobile_test.rb:519)
Pending scenario: user attempts to connect an external account without first being signed in (in test/integration/mobile_test.rb:522)
Pending scenario: user attempts to post an external account connection without first signing in (in test/integration/mobile_test.rb:525)
Pending scenario: user has no applications installed (in test/integration/mobile_test.rb:622)
Pending scenario: user revokes an application (in test/integration/mobile_test.rb:633)
Pending scenario: user cancels revocation (in test/integration/mobile_test.rb:658)
Pending scenario: revocation fails at server (in test/integration/mobile_test.rb:661)
Pending scenario: user has no sources (in test/integration/mobile_test.rb:698)
Pending scenario: user revokes a source (in test/integration/mobile_test.rb:703)
Pending scenario: user goes back to calling application (in test/integration/mobile_test.rb:708)
Pending scenario: user does not see back button when there is no referer (in test/integration/mobile_test.rb:711)
Loaded suite /Users/randy/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/bin/rake
Started
............................................................................................................................................................................................................................................................................
Finished in 867.465423 seconds.
268 tests, 1135 assertions, 0 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment