mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
suppress print output when running specs
This commit is contained in:
parent
58bb3c14f6
commit
b3e61ebb38
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RSpec.describe "Post rake tasks" do
|
||||||
before do
|
before do
|
||||||
Rake::Task.clear
|
Rake::Task.clear
|
||||||
Discourse::Application.load_tasks
|
Discourse::Application.load_tasks
|
||||||
IO.any_instance.stubs(:puts)
|
STDOUT.stubs(:write)
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'remap' do
|
describe 'remap' do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue