summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-28 23:29:28 +0900
committerShinya Maeda <shinya@gitlab.com>2017-09-04 21:55:26 +0900
commitcff104ec4b0dd2c53ed907ab7ca423b7c587dee8 (patch)
treecbe9d1b41351f79a1370725ce13f2fdc4af30cd4 /spec/views
parentacc7497855167d4f6ba481422112645a1a04a885 (diff)
downloadgitlab-ce-cff104ec4b0dd2c53ed907ab7ca423b7c587dee8.tar.gz
Fix spec
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/projects/jobs/show.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/jobs/show.html.haml_spec.rb b/spec/views/projects/jobs/show.html.haml_spec.rb
index 7405df1742e..117f48450e2 100644
--- a/spec/views/projects/jobs/show.html.haml_spec.rb
+++ b/spec/views/projects/jobs/show.html.haml_spec.rb
@@ -197,7 +197,7 @@ describe 'projects/jobs/show' do
end
describe 'shows trigger variables in sidebar' do
- let(:trigger_request) { create(:ci_trigger_request_with_variables, pipeline: pipeline) } # TODO:
+ let(:trigger_request) { create(:ci_trigger_request_with_variables, pipeline: pipeline) }
before do
build.trigger_request = trigger_request