diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-03-30 18:53:30 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-01 20:31:12 -0400 |
commit | fb8b0041d86080f0f8d53f13be1016b0b199a47f (patch) | |
tree | 81eb755bc2b607e0dd20105a787a67975845798f /CONTRIBUTING.md | |
parent | 13659fe7b692d37ade08875c78e84ca47a619957 (diff) | |
download | gitlab-ce-fb8b0041d86080f0f8d53f13be1016b0b199a47f.tar.gz |
First pass at a Testing styleguide
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 511336f384c..1f26a5d7eaf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -448,7 +448,7 @@ merge request: - multi-line method chaining style **Option B**: dot `.` on previous line - string literal quoting style **Option A**: single quoted by default 1. [Rails](https://github.com/bbatsov/rails-style-guide) -1. [Testing](https://github.com/thoughtbot/guides/tree/master/style/testing) +1. [Testing](doc/development/testing.md) 1. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style/coffeescript) 1. [SCSS styleguide][scss-styleguide] 1. [Shell commands](doc/development/shell_commands.md) created by GitLab |