1. 26 8月, 2017 1 次提交
    • R
      Remove skipped examples in filtered issues feature spec · dc5a6b61
      Robert Speicher 提交于
      We perform a ton of expensive setup in this spec, via both `before` and
      `let!`. When we use `skip` inside an `it` block, rather than skipping
      the block entirely via `xit`, we still perform this expensive setup,
      only to do absolutely nothing with it, resulting in wasted time.
      Minutes, in this case.
      
      Further, these specs have been sitting in our test suite for about seven
      months now, so the likelihood of them being addressed soon seems low.
      dc5a6b61
  2. 16 8月, 2017 1 次提交
  3. 03 8月, 2017 1 次提交
  4. 28 7月, 2017 1 次提交
  5. 27 7月, 2017 1 次提交
  6. 07 7月, 2017 1 次提交
  7. 06 7月, 2017 1 次提交
  8. 30 6月, 2017 1 次提交
  9. 07 6月, 2017 1 次提交
  10. 06 6月, 2017 1 次提交
  11. 02 6月, 2017 1 次提交
  12. 25 5月, 2017 1 次提交
  13. 23 5月, 2017 1 次提交
  14. 05 5月, 2017 1 次提交
  15. 04 5月, 2017 1 次提交
  16. 27 4月, 2017 1 次提交
  17. 22 4月, 2017 1 次提交
  18. 06 4月, 2017 1 次提交
  19. 05 4月, 2017 1 次提交
    • R
      Use `sign_in` instead of `login_as` when we're not testing login flow · 3d61609c
      Robert Speicher 提交于
      This is a proof of concept for gitlab-org/gitlab-ce#30196.
      
      The actual login procedure is well-tested by
      `spec/features/login_spec.rb`, and we don't gain anything by also
      thoroughly testing it here, in our second-slowest feature spec. In fact,
      it only slows us down!
      
      So instead we use `sign_in` from the `Devise::Test::IntegrationHelpers`
      module, which just sets the current user at the Warden level. This
      drastically reduces the "setup" phase of every test in this file. A
      non-scientific test run saw this drop from 633 to 231 seconds.
      3d61609c
  20. 04 4月, 2017 1 次提交
  21. 16 3月, 2017 1 次提交
  22. 08 3月, 2017 2 次提交
  23. 22 2月, 2017 1 次提交
  24. 11 2月, 2017 1 次提交
  25. 09 2月, 2017 1 次提交
  26. 08 2月, 2017 1 次提交
  27. 25 1月, 2017 1 次提交
  28. 22 1月, 2017 3 次提交
  29. 12 1月, 2017 2 次提交
  30. 10 1月, 2017 7 次提交