a2cfc150ce
Adds `# frozen_string_literal: true` to spec/models ruby files
7 lines
142 B
Ruby
7 lines
142 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
describe MattermostService do
|
|
it_behaves_like "slack or mattermost notifications"
|
|
end
|