summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 03:14:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 03:14:53 +0000
commit61d96ce4039288eeb236c09b7a629dd85db5d4c9 (patch)
treece7a2431ff9e8a1a5747982a70bfd642bf4073e9 /doc/development
parent92ab5f89fe0935677ca8b0c78099228f1da192ac (diff)
downloadgitlab-ce-61d96ce4039288eeb236c09b7a629dd85db5d4c9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/testing_guide/best_practices.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index 7acdf4a1fdc..cd4dc6b21e4 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -867,8 +867,6 @@ it 'is overdue' do
travel_to(3.days.from_now) do
expect(issue).to be_overdue
end
-
- travel_back # Returns the current time back to its original state
end
```