Commit a81775a0 authored by Stan Hu's avatar Stan Hu

Merge branch 'sh-fix-cohorts-spec-ce'

parents 98a5413d 85a3b3df
...@@ -3,6 +3,8 @@ require 'rails_helper' ...@@ -3,6 +3,8 @@ require 'rails_helper'
describe 'Cohorts page' do describe 'Cohorts page' do
before do before do
sign_in(create(:admin)) sign_in(create(:admin))
stub_application_setting(usage_ping_enabled: true)
end end
it 'See users count per month' do it 'See users count per month' 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