1. 16 6月, 2017 1 次提交
  2. 13 6月, 2017 1 次提交
  3. 31 3月, 2017 3 次提交
  4. 09 3月, 2017 1 次提交
  5. 08 12月, 2016 1 次提交
  6. 28 11月, 2016 1 次提交
  7. 16 3月, 2016 1 次提交
  8. 24 2月, 2016 1 次提交
  9. 29 1月, 2016 1 次提交
    • R
      Prevent transient Capybara timeouts during feature tests · bbe0fa91
      Robert Speicher 提交于
      The problem occurred because asset compilation takes a long time, so
      when the asset cache didn't exist and the first test ran, it would often
      (randomly) time out during the generation before the actual test even
      had a chance to run.
      
      Now we check if the cache exists before the suite runs, and if not, we
      manually fire a request to the root URL in order to generate it. This
      should allow subsequent tests to use the cached assets.
      bbe0fa91
  10. 22 6月, 2015 1 次提交
  11. 15 6月, 2015 1 次提交
  12. 26 4月, 2015 5 次提交