Skip to content

Commit

Permalink
(puppetlabsGH-813) Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklewis committed Apr 1, 2020
1 parent 7b6d99f commit 1b9d516
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spec/integration/transport/local_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ def make_target
expect(runner.connected?(target)).to eq(true)
end

it 'provides platform specific features' do
if Bolt::Util.windows?
expect(runner.provided_features).to eq(['powershell'])
else
expect(runner.provided_features).to eq(['shell'])
end
end

include_examples 'transport api'

context 'running as another user', sudo: true do
Expand Down

0 comments on commit 1b9d516

Please sign in to comment.