summaryrefslogtreecommitdiff
path: root/spec/models/project_services/mattermost_slash_commands_service_spec.rb
blob: b9deb0201e13fc9f96da7907a12ae8037832270b (plain)
1
2
3
4
5
require 'spec_helper'

describe MattermostSlashCommandsService, models: true do
  it { is_expected.to respond_to :presenter_format }
end