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
path: root/spec
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-18 22:50:15 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 23:51:18 +0300
commit085d5eae8a13f6ac032321a601916eb6493045b8 (patch)
tree5e4b2e15aa6107eaaff0ebb4cf79f90c9fd729ef /spec
parentd00e00ad66ae8cecd50899762503919289217453 (diff)
Added private methods to initialize variables in the ci_cd_pipelines_controller
Diffstat (limited to 'spec')
-rw-r--r--spec/features/runners_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/runners_spec.rb b/spec/features/runners_spec.rb
index 0e381cf25ce..dcc3bbdec61 100644
--- a/spec/features/runners_spec.rb
+++ b/spec/features/runners_spec.rb
@@ -122,6 +122,7 @@ describe "Runners" do
scenario 'user checks default configuration' do
visit namespace_project_runner_path(project.namespace, project, runner)
+
expect(page).to have_content 'Can run untagged jobs Yes'
end