1. 30 6月, 2015 1 次提交
  2. 28 6月, 2015 1 次提交
  3. 25 6月, 2015 1 次提交
  4. 23 6月, 2015 1 次提交
  5. 22 6月, 2015 1 次提交
  6. 18 6月, 2015 2 次提交
  7. 13 6月, 2015 1 次提交
    • Y
      make it possible to customize the executable inside rereun snippets. · 2e596049
      Yves Senn 提交于
      In the Rails repository we use a `bin/test` executable to run our tests.
      However the rerun snippets still included `bin/rails test`:
      
      BEFORE:
      ```
      Failed tests:
      
      bin/rails test test/cases/adapters/postgresql/schema_test.rb:91
      ```
      
      AFTER:
      ```
      Failed tests:
      
      bin/test test/cases/adapters/postgresql/schema_test.rb:91
      ```
      2e596049
  8. 12 6月, 2015 29 次提交
  9. 09 6月, 2015 1 次提交
  10. 05 6月, 2015 2 次提交