cohorts_controller_spec.rb 161 字节
Newer Older
B
Bob Van Landuyt 已提交
1 2 3 4 5 6 7
# frozen_string_literal: true

require 'spec_helper'

describe InstanceStatistics::CohortsController do
  it_behaves_like 'instance statistics availability'
end