Fix a typo in Groups::VariablesController spec

This commit is contained in:
Matija Čupić 2018-01-29 19:01:21 +01:00
parent a8887a0d9c
commit 13f0e18d2f
No known key found for this signature in database
GPG key ID: 4BAF84FFACD2E5DE

View file

@ -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)