summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b0a56f4b7f..4c925bace3 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -200,6 +200,7 @@ RSpec.configure do |config|
# check for particular binaries we need
config.filter_run_excluding choco_installed: true unless choco_installed?
config.filter_run_excluding requires_ifconfig: true unless ifconfig?
+ config.filter_run_excluding pwsh_installed: true unless pwsh_installed?
running_platform_arch = `uname -m`.strip unless windows?