BUGFIX: Fix ailing tests

This commit is contained in:
Robin Ward 2014-03-03 16:24:20 -05:00
parent 4b61d6af28
commit a2b0e2b50f

View file

@ -10,6 +10,10 @@ describe TopicQuery do
let(:moderator) { Fabricate(:moderator) }
let(:admin) { Fabricate(:admin) }
before do
# We use a time in a the past to avoid conflicting dates in tests
user.user_stat.update_column(:new_since, 1.minute.ago)
end
context 'secure category' do
it "filters categories out correctly" do