summaryrefslogtreecommitdiff
path: root/doc/development/testing.md
Commit message (Expand)AuthorAgeFilesLines
* Replace teaspoon references with Karmareplace-teaspoon-referencesClement Ho2017-02-101-4/+3
* Document that we always use `do...end` for `before` in RSpecimprove-testing-styleguideRémy Coutable2016-11-241-0/+2
* Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-0/+1
* Add a gotcha about FactoryGirl sequencesadd-gotcha-following-24341Rémy Coutable2016-11-161-0/+1
* Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-0/+36
* Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docsBryce Johnson2016-10-311-2/+2
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Add a note to testing docs about the `:each` argument to RSpec hooksRobert Speicher2016-05-051-0/+1
* Minor Testing guide copyeditsRobert Speicher2016-04-091-8/+10
* Add a link back to Development documentation to Testing guiders-testing-guideRobert Speicher2016-04-011-0/+4
* Add a section about `let` to the Testing guideRobert Speicher2016-04-011-4/+25
* Factories don't have to be limited to `ActiveRecord` objectsRobert Speicher2016-04-011-0/+2
* Add a note about Four-Phase Test to Testing guideRobert Speicher2016-04-011-0/+2
* First pass at a Testing styleguideRobert Speicher2016-04-011-0/+105