Skip to content

Commit

Permalink
Fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
shortdudey123 committed Apr 18, 2016
1 parent 53ec496 commit 6e48653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/spec/libraries/consul_service_windows_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
recipe 'consul::default'

it { expect(chef_run.node[:platform]).to eq('windows') }
it { expect(chef_run.node[:platform_family]).to eq('windows') }
it { expect(chef_run).to create_directory('C:\Program Files\consul\conf.d') }
it { is_expected.to create_directory('C:\Program Files\consul\data') }
it { expect(chef_run).to install_nssm('consul').with(
Expand Down

0 comments on commit 6e48653

Please sign in to comment.