summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/usage_data_counters/static_site_editor_counter_spec.rb
blob: aaa576865f68b2e0e18184b1d5d7d4ee0d02b8a0 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::UsageDataCounters::StaticSiteEditorCounter do
  it_behaves_like 'a redis usage counter', 'StaticSiteEditor', :views

  it_behaves_like 'a redis usage counter with totals', :static_site_editor,
    views: 3
end