diff options
author | Lamont Granquist <lamont@chef.io> | 2020-09-15 20:00:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 20:00:35 -0700 |
commit | 851643f7937165e328664e51c014f8551bd08463 (patch) | |
tree | 99fdecabe52e23ab7b0f471e844b5b1314427da7 | |
parent | b597635a194f0f238692b0c69ffcf7d8958986bc (diff) | |
download | chef-851643f7937165e328664e51c014f8551bd08463.tar.gz |
Update spec/unit/train_transport_spec.rb
Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r-- | spec/unit/train_transport_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/train_transport_spec.rb b/spec/unit/train_transport_spec.rb index 68ef3716be..d0724911cb 100644 --- a/spec/unit/train_transport_spec.rb +++ b/spec/unit/train_transport_spec.rb @@ -19,7 +19,7 @@ require "spec_helper" describe Chef::TrainTransport do - let(:transport) { Chef::TrainTransport.new(Chef::Log) }a + let(:transport) { Chef::TrainTransport.new(Chef::Log) } describe "load_credentials" do let(:good_credentials) { { "switch.cisco.com" => { "user" => "cisco", "password" => "cisco", "enable_password" => "secret" } } } |