Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-12-03 15:43:34 +0300
committerShinya Maeda <shinya@gitlab.com>2018-12-03 15:43:34 +0300
commit328d1a93857852bc897b472b0eba57e9a977b133 (patch)
tree06a4de289d450c888cbb3e8098dd4f6286b498ec /spec/models/user_callout_spec.rb
parent78dfbca6467a0025fdd99df63ff832f9d42d5790 (diff)
Another fix
Diffstat (limited to 'spec/models/user_callout_spec.rb')
-rw-r--r--spec/models/user_callout_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/user_callout_spec.rb b/spec/models/user_callout_spec.rb
index d845fdf33a5..dd63aee2145 100644
--- a/spec/models/user_callout_spec.rb
+++ b/spec/models/user_callout_spec.rb
@@ -1,10 +1,10 @@
require 'rails_helper'
describe UserCallout do
- let!(:callout) { create(:user_callout) }
-
it_behaves_like 'Unique enum values'
+ let!(:callout) { create(:user_callout) }
+
describe 'relationships' do
it { is_expected.to belong_to(:user) }
end