summaryrefslogtreecommitdiff
path: root/spec/lib/system_check_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/system_check_spec.rb')
-rw-r--r--spec/lib/system_check_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/lib/system_check_spec.rb b/spec/lib/system_check_spec.rb
index 399a492ea2e..d2087ad2d83 100644
--- a/spec/lib/system_check_spec.rb
+++ b/spec/lib/system_check_spec.rb
@@ -1,8 +1,13 @@
require 'spec_helper'
+require 'rake_helper'
describe SystemCheck, lib: true do
subject { SystemCheck }
+ before do
+ silence_output
+ end
+
describe '.run' do
it 'requires custom executor to be a BasicExecutor' do
expect { subject.run('Component', [], SystemCheck::SimpleExecutor) }.not_to raise_error