diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-12-19 15:40:06 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-12-19 15:40:06 +0100 |
commit | 298d05a5c3cc3c2f1daa4d77c45f9c90b53248df (patch) | |
tree | 0ae700b4b685ae9145e3c65a9cc379f1d9bdec6e /spec/support | |
parent | b1ccf99e87605216f7d5733d6a4ffb4530d4cfc9 (diff) | |
download | gitlab-ce-298d05a5c3cc3c2f1daa4d77c45f9c90b53248df.tar.gz |
Improve after feedback
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/chat_slash_commands_shared_examples.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/chat_slash_commands_shared_examples.rb b/spec/support/chat_slash_commands_shared_examples.rb index 96130b45235..4dfa29849ee 100644 --- a/spec/support/chat_slash_commands_shared_examples.rb +++ b/spec/support/chat_slash_commands_shared_examples.rb @@ -1,4 +1,4 @@ -RSpec.shared_examples 'chat slash commands' do +RSpec.shared_examples 'chat slash commands service' do describe "Associations" do it { is_expected.to respond_to :token } it { is_expected.to have_many :chat_names } |