summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/review_event_spec.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-11-18 08:13:34 +0100
committerJames Lopez <james@jameslopez.es>2016-11-18 08:13:34 +0100
commite56c305be003ee33b093f9ba42622fba0da903f2 (patch)
tree03165847694615ccdd2709a6f07d8032ba7f2bbd /spec/lib/gitlab/cycle_analytics/review_event_spec.rb
parent24c2aa39ad0f55321ef2c28ce10d740bf6b78980 (diff)
downloadgitlab-ce-e56c305be003ee33b093f9ba42622fba0da903f2.tar.gz
Diffstat (limited to 'spec/lib/gitlab/cycle_analytics/review_event_spec.rb')
-rw-r--r--spec/lib/gitlab/cycle_analytics/review_event_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/cycle_analytics/review_event_spec.rb b/spec/lib/gitlab/cycle_analytics/review_event_spec.rb
index e9aca82ecc9..890e3ab3078 100644
--- a/spec/lib/gitlab/cycle_analytics/review_event_spec.rb
+++ b/spec/lib/gitlab/cycle_analytics/review_event_spec.rb
@@ -5,6 +5,6 @@ describe Gitlab::CycleAnalytics::ReviewEvent do
it_behaves_like 'default query config'
it 'has the default order' do
- expect(described_class.order).to eq(described_class.start_time_attrs)
+ expect(event.order).to eq(event.start_time_attrs)
end
end