Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs-document-timecop' into 'master' | Rémy Coutable | 2017-02-20 | 1 | -0/+19 |
|\ | | | | | | | | | Document Timecop usage for time-sensitive tests See merge request !9383 | ||||
| * | Document Timecop usage for time-sensitive testsrs-document-timecop | Robert Speicher | 2017-02-20 | 1 | -0/+19 |
| | | |||||
* | | Merge branch 'link-to-rspec-features-docs' into 'master' | Rémy Coutable | 2017-02-20 | 1 | -0/+8 |
|\ \ | |/ |/| | | | | | Add link to external documentation of rspec-rails feature specs See merge request !8973 | ||||
| * | Add more links in the Features/Integration testing documentation | Richard Macklin | 2017-02-13 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | - Move the rspec-rails feature spec link to the Features/Integration section - Mention and link to capybara and poltergeist there as well [ci skip] | ||||
| * | Add link to external documentation of rspec-rails feature specs | Richard Macklin | 2017-02-03 | 1 | -1/+3 |
| | | | | | | | | [ci skip] | ||||
* | | Replace teaspoon references with Karmareplace-teaspoon-references | Clement Ho | 2017-02-10 | 1 | -4/+3 |
|/ | |||||
* | Document that we always use `do...end` for `before` in RSpecimprove-testing-styleguide | Rémy Coutable | 2016-11-24 | 1 | -0/+2 |
| | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-host | Lin Jen-Shin | 2016-11-18 | 1 | -0/+1 |
| | | | | | | | | This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all. | ||||
* | Add a gotcha about FactoryGirl sequencesadd-gotcha-following-24341 | Rémy Coutable | 2016-11-16 | 1 | -0/+1 |
| | | | | | | Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/24341 Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add Rake task to create/repair GitLab Shell hooks symlinks | Drew Blessing | 2016-11-01 | 1 | -0/+36 |
| | |||||
* | Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docs | Bryce Johnson | 2016-10-31 | 1 | -2/+2 |
| | |||||
* | Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonot | Robert Speicher | 2016-05-24 | 1 | -1/+1 |
| | | | | Also removes the note from the development/testing.md guide | ||||
* | Add a note to testing docs about the `:each` argument to RSpec hooks | Robert Speicher | 2016-05-05 | 1 | -0/+1 |
| | | | | [ci skip] | ||||
* | Minor Testing guide copyedits | Robert Speicher | 2016-04-09 | 1 | -8/+10 |
| | | | | [ci skip] | ||||
* | Add a link back to Development documentation to Testing guiders-testing-guide | Robert Speicher | 2016-04-01 | 1 | -0/+4 |
| | | | | [ci skip] | ||||
* | Add a section about `let` to the Testing guide | Robert Speicher | 2016-04-01 | 1 | -4/+25 |
| | | | | [ci skip] | ||||
* | Factories don't have to be limited to `ActiveRecord` objects | Robert Speicher | 2016-04-01 | 1 | -0/+2 |
| | | | | [ci skip] | ||||
* | Add a note about Four-Phase Test to Testing guide | Robert Speicher | 2016-04-01 | 1 | -0/+2 |
| | | | | [ci skip] | ||||
* | First pass at a Testing styleguide | Robert Speicher | 2016-04-01 | 1 | -0/+105 |
[ci skip] |