mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 11:42:42 +08:00
suppress print output when running specs
This commit is contained in:
parent
58bb3c14f6
commit
b3e61ebb38
@ -9,7 +9,7 @@ RSpec.describe "Post rake tasks" do
|
||||
before do
|
||||
Rake::Task.clear
|
||||
Discourse::Application.load_tasks
|
||||
IO.any_instance.stubs(:puts)
|
||||
STDOUT.stubs(:write)
|
||||
end
|
||||
|
||||
describe 'remap' do
|
||||
|
Loading…
x
Reference in New Issue
Block a user