Commit bef4c774 authored by Stan Hu's avatar Stan Hu

Merge branch 'sh-fix-cohorts-spec'

parents efc4c0d9 8df6b0fb
...@@ -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