Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-12 13:55:55 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-12 13:55:55 +0300
commit63144cd062f6d259f1f30b6e06eb92a16caa8dec (patch)
tree01d5b571d3b5cb056a48767064c9145fdf5ceee1 /features/steps/project/issues/issues.rb
parent8ab5df9d872414b2cca3ebd16d57b89e2f19e06a (diff)
parent1974087114f3f365d16547c8a5c3ec2e03a66104 (diff)
Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list
Avoid render edit_form in each notes.
Diffstat (limited to 'features/steps/project/issues/issues.rb')
-rw-r--r--features/steps/project/issues/issues.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/issues/issues.rb b/features/steps/project/issues/issues.rb
index af2da41badb..be134b9c2bb 100644
--- a/features/steps/project/issues/issues.rb
+++ b/features/steps/project/issues/issues.rb
@@ -219,7 +219,7 @@ class Spinach::Features::ProjectIssues < Spinach::FeatureSteps
end
step 'The code block should be unchanged' do
- expect(page).to have_content("```\nCommand [1]: /usr/local/bin/git , see [text](doc/text)\n```")
+ expect(page).to have_content("Command [1]: /usr/local/bin/git , see [text](doc/text)")
end
step 'project \'Shop\' has issue \'Bugfix1\' with description: \'Description for issue1\'' do