improve test

This commit is contained in:
Sam 2016-11-02 22:19:16 +11:00
parent c995fd65be
commit 383b57a350

View File

@ -3,6 +3,9 @@ require File.expand_path("../../config/environment", __FILE__)
def pretty
puts "<before>"
puts PrettyText.cook("My pid is #{Process.pid}")
GC.start
sleep 1
puts "done gc"
end
Discourse.after_fork