Commit 1b140380 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #8223 from cirosantilli/slack-require-spec-helper

Use require spec_helper instead of relative path
parents 4d23e840 ffa58606
require_relative '../../app/models/project_services/slack_message' require 'spec_helper'
describe SlackMessage do describe SlackMessage do
subject { SlackMessage.new(args) } subject { SlackMessage.new(args) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment