diff options
| author | Douwe Maan <douwe@selenight.nl> | 2016-08-17 18:58:52 -0500 |
|---|---|---|
| committer | Douwe Maan <douwe@selenight.nl> | 2016-08-18 14:29:48 -0500 |
| commit | 9aa3edc61586fd79ce0760b7af0946ddfadaa65a (patch) | |
| tree | 2267da8f1c32a0e9fda06e5fc55048614b644415 /spec/support | |
| parent | 3e7eeefc939f2ce5234e36684c00b8d1c7e1c7dc (diff) | |
| download | gitlab-ce-9aa3edc61586fd79ce0760b7af0946ddfadaa65a.tar.gz | |
Remove unneeded aliases
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/issuable_create_service_slash_commands_shared_examples.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/issuable_create_service_slash_commands_shared_examples.rb b/spec/support/issuable_create_service_slash_commands_shared_examples.rb index bd0201c866f..5f9645ed44f 100644 --- a/spec/support/issuable_create_service_slash_commands_shared_examples.rb +++ b/spec/support/issuable_create_service_slash_commands_shared_examples.rb @@ -14,7 +14,7 @@ shared_examples 'new issuable record that supports slash commands' do context 'with labels in command only' do let(:example_params) do { - description: "/label ~#{labels.first.name} ~#{labels.second.name}\n/remove_label ~#{labels.third.name}" + description: "/label ~#{labels.first.name} ~#{labels.second.name}\n/unlabel ~#{labels.third.name}" } end @@ -28,7 +28,7 @@ shared_examples 'new issuable record that supports slash commands' do let(:example_params) do { label_ids: [labels.second.id], - description: "/label ~#{labels.first.name}\n/remove_label ~#{labels.third.name}" + description: "/label ~#{labels.first.name}\n/unlabel ~#{labels.third.name}" } end |
