spec/unit/knife/bootstrap_options_spec.rb in knife-winops-2.0.0 vs spec/unit/knife/bootstrap_options_spec.rb in knife-winops-2.1.0
- old
+ new
@@ -66,12 +66,12 @@
it 'uses the same default value' do
compare_property(:default)
end
end
- context 'when compared to BootstrapWindowsWinrm' do
- let(:win_bootstrap) { Chef::Knife::BootstrapWindowsWinrm.new }
+ context 'when compared to BootstrapWindowsWinRM' do
+ let(:win_bootstrap) { Chef::Knife::BootstrapWindowsWinRM.new }
# opt_map: Hash of symbols in windows mapping to symbols in core. Name checks are
# ignored for these.
let(:opt_map) { {
:msi_url => :bootstrap_url,
@@ -124,11 +124,11 @@
] }
include_examples 'compare_options'
end
- context 'when compared to BootstrapWindowsSsh' do
- let(:win_bootstrap) { Chef::Knife::BootstrapWindowsSsh.new }
+ context 'when compared to BootstrapWindowsSSH' do
+ let(:win_bootstrap) { Chef::Knife::BootstrapWindowsSSH.new }
# opt_map: Hash of symbols in windows mapping to symbols in core. Name checks are
# ignored for these.
let(:opt_map) { {
:msi_url => :bootstrap_url,