Try not to include anything globally!
This commit is contained in:
parent
ca1096e77f
commit
c493f285c0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
require 'spec_helper'
|
||||
include Gitlab::Routing.url_helpers
|
||||
|
||||
describe JiraService, models: true do
|
||||
include Gitlab::Routing.url_helpers
|
||||
|
||||
describe "Associations" do
|
||||
it { is_expected.to belong_to :project }
|
||||
it { is_expected.to have_one :service_hook }
|
||||
|
|
Loading…
Reference in a new issue