summaryrefslogtreecommitdiff
path: root/spec/controllers
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-29 19:01:21 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-02-05 18:58:19 +0100
commit13f0e18d2f85478c1f3e6a2851701e88d6f8378c (patch)
tree1053c03e2ffe5167633b44d372adbb933249e22b /spec/controllers
parenta8887a0d9c4a41a0707b92189572aeff10566af6 (diff)
downloadgitlab-ce-13f0e18d2f85478c1f3e6a2851701e88d6f8378c.tar.gz
Fix a typo in Groups::VariablesController spec
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/groups/variables_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/groups/variables_controller_spec.rb b/spec/controllers/groups/variables_controller_spec.rb
index 96f1dc4d0ce..72a489febdb 100644
--- a/spec/controllers/groups/variables_controller_spec.rb
+++ b/spec/controllers/groups/variables_controller_spec.rb
@@ -16,7 +16,7 @@ describe Groups::VariablesController do
get :show, group_id: group, format: :json
end
- it 'renders the ci_variable as json' do
+ it 'renders the ci_group_variable as json' do
subject
expect(response.body).to include(variable.to_json)