mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 06:15:34 +08:00
correct erratic spec
This commit is contained in:
parent
8f39cf6bfc
commit
173d0d53d5
@ -2,6 +2,11 @@ require 'rails_helper'
|
|||||||
|
|
||||||
describe IncomingLinksReport do
|
describe IncomingLinksReport do
|
||||||
|
|
||||||
|
before do
|
||||||
|
# we do not want this to fail if you run it at 11:59:59PM
|
||||||
|
freeze_time Time.zone.now
|
||||||
|
end
|
||||||
|
|
||||||
describe 'integration' do
|
describe 'integration' do
|
||||||
it 'runs correctly' do
|
it 'runs correctly' do
|
||||||
p1 = create_post
|
p1 = create_post
|
||||||
|
Loading…
x
Reference in New Issue
Block a user