Skip to content

Commit

Permalink
[ci] Fix flacky rspec tests
Browse files Browse the repository at this point in the history
Visiting the root path accesses update_workerstatus_cache, which triggers a
http call to build/_workerstatus if the cache is empty. This means that each
test that touches this cache (root path) needs to store the http request in
it's VCR cassete.
  • Loading branch information
bgeuken committed Apr 4, 2016
1 parent f032cb9 commit 6718f03
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
53 changes: 53 additions & 0 deletions src/api/spec/cassettes/Login/login_via_widget.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions src/api/spec/cassettes/Login/login_with_wrong_data.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6718f03

Please sign in to comment.