Fix a typo in Groups::VariablesController spec
This commit is contained in:
parent
a8887a0d9c
commit
13f0e18d2f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue