BigW Consortium Gitlab

  1. 28 Jun, 2017 3 commits
  2. 13 Mar, 2017 1 commit
    • Implement `json_response` as a `let` variable · 5f7592d5
      Rémy Coutable authored
      This is not a good idea to memoize `json_response` using an instance
      variable because `rspec-retry` doesn't clear instance variables on
      retries, only `let` variables.
      
      This will avoid issues where retries would fail on a different line that
      the original failure, blurrying what's the real failure.
      
      Also, automatically add api: true to specs under
      /spec/requests/(ci/)?api/, and include JsonHelpers in controller, request
      and API specs.
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  3. 30 Jan, 2017 1 commit
  4. 13 Jan, 2017 2 commits
  5. 20 Jul, 2016 1 commit
  6. 14 Sep, 2015 1 commit
  7. 10 Jun, 2015 1 commit
  8. 14 May, 2013 1 commit
  9. 01 Dec, 2012 1 commit
  10. 02 Sep, 2012 1 commit
  11. 25 Aug, 2012 2 commits
    • Add a simple `api` method to ApiHelpers, replacing api_prefix · b2a5344a
      Robert Speicher authored
      See docs for usage
    • Cleanup spec/support folder and spec/spec_helper · fba174e9
      Robert Speicher authored
      Changes:
      * Move spec/monkeypatch to spec/support
      * Remove unused support/shared_examples
      * Move support/api to support/api_helpers to match module name
      * Move support/login to support/login_helpers to match module name
      * Move API specs to requests/api (convention over configuration)
      * Remove unused support/js_patch
      * Simplify login_as helper
      * Move DatabaseCleaner stuff to its own support file
      * Remove unnecessary configuration and requires from spec_helper