Commit 13f0e18d authored by Matija Čupić's avatar Matija Čupić

Fix a typo in Groups::VariablesController spec

parent a8887a0d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment