Commit ef642b60 authored by Andreas Brandl's avatar Andreas Brandl

EE-patch for 31114-internal-ids-are-not-atomic.

parent 93e161a1
......@@ -3,7 +3,7 @@ module EE
extend ActiveSupport::Concern
prepended do
include InternalId
include NonatomicInternalId
include Issuable
include Noteable
include Referable
......
......@@ -20,7 +20,7 @@ describe Epic do
describe 'modules' do
subject { described_class }
it { is_expected.to include_module(InternalId) }
it { is_expected.to include_module(NonatomicInternalId) }
end
describe '.order_start_or_end_date_asc' do
......
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