Commit ffa58606 authored by Ciro Santilli's avatar Ciro Santilli

Use require spec_helper instead of relative path

More portable if either test or class gets moved,
more uniform with the rest of the tests.
parent 7371c9e2
require_relative '../../app/models/project_services/slack_message'
require 'spec_helper'
describe SlackMessage do
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