summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Tatschner <stefan@sevenbyte.org>2015-04-21 10:28:36 +0200
committerStefan Tatschner <stefan@sevenbyte.org>2015-04-24 09:36:52 +0200
commit149d67f76190e16b5bce136d90a7704ddba68978 (patch)
tree430c8540f5eef6854d9492d610374182a3ceec0c
parent4beb295b89a935212ad63345424a829e54ab113f (diff)
downloadgitlab-ce-149d67f76190e16b5bce136d90a7704ddba68978.tar.gz
Try to fix tests for pull request #9065
This crappy test framework stuff fails randomly. So I can't reliably run it on my local machine.
-rw-r--r--spec/features/issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index e5f33d5a25a..e217f0739d2 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -21,7 +21,7 @@ describe 'Issues', feature: true do
end
before do
- visit namespace_project_issues_path(project.namespace, project)
+ visit edit_namespace_project_issue_path(project.namespace, project, issue)
click_link "Edit"
end