GitLab Bot
7b8ec6e718
Add latest changes from gitlab-org/gitlab@master
2019-10-15 18:06:01 +00:00
GitLab Bot
ac062237da
Add latest changes from gitlab-org/gitlab@master
2019-10-11 21:05:59 +00:00
GitLab Bot
45482d5a27
Add latest changes from gitlab-org/gitlab@master
2019-09-27 12:06:07 +00:00
GitLab Bot
b082790134
Add latest changes from gitlab-org/gitlab@master
2019-09-18 18:06:14 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
Ash McKenzie
19ff9d9899
Replace rails_helper.rb with spec_helper.rb
...
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Jeremy Jackson
9710cc34b1
Fixes typo in developer gotcha documentation
2019-07-19 20:27:05 +00:00
Marcel Amirault
5abfc57ec3
Fix spacing of code blocks
...
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
2019-07-09 07:16:17 +00:00
Evan Read
d98560c1f5
Make unordered lists conform to styleguide
...
- Also makes other minor Markdown fixes that were near the main fixes.
2019-01-08 12:21:09 +10:00
Lin Jen-Shin
b8a6d57bc8
Make docs about expect_next_instance_of consistent
...
So we compare `expect_any_instance_of` with
`expect_next_instance_of`, but still mention
`allow_any_instance_of`.
2018-12-03 21:18:59 +08:00
Brett Walker
b0be58a1b3
Resolve "CE documentation is not CommonMark compliant"
2018-09-06 16:52:18 +00:00
Lin Jen-Shin
fda4d5540e
Add docs around expect_next_instance_of
2018-06-21 16:32:07 +08:00
Rémy Coutable
4af9d592c5
Replace factory_girl_rails with factory_bot_rails
...
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md ) and ran these two commands:
```
grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|"
grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|"
```
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-14 15:01:55 +01:00
Robert Speicher
b92709eaf4
Remove developer documentation about not describing symbols
...
This is now covered by rubocop-rspec.
2017-07-18 16:58:05 -04:00
Achilleas Pipinellis
d603cf2f39
Do not use single quote in headings as it breaks docs.gitlab.com
...
[ci skip]
2017-02-16 14:42:40 +01:00
Mike Greiling
94ae12f697
remove id collision caveat from documentation
2016-11-30 15:28:10 -06:00
Rémy Coutable
6002827996
Add a gotcha about FactoryGirl sequences
...
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/24341
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-16 17:55:11 +01:00
Bryce Johnson
5fb226a934
Remove leftover references to coffeescript from comments and docs.
2016-10-31 11:39:52 +01:00
Rémy Coutable
8c8599a605
Remove CHANGELOG and fix typo
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-04 12:30:27 +02:00
Jacob Schatz
d6ebd4a3f7
Update docs for CoffeeScript -> JavaScript.
2016-07-22 20:13:46 -07:00
Connor Shea
262f902d9a
Restrict hamlit version, remove coffeescript filters.
2016-06-23 15:54:23 -06:00
Robert Speicher
0afe2e0513
Update Gotchas doc
...
[ci skip]
2016-02-17 15:35:28 -05:00
Robert Speicher
6053ad8474
Add "Gotchas" development doc
2016-02-16 22:09:00 -05:00