Skip to content

Commit

Permalink
chefstyle -a
Browse files Browse the repository at this point in the history
Signed-off-by: Miah Johnson <miah@chia-pet.org>
  • Loading branch information
miah committed May 31, 2019
1 parent ecb5b77 commit 2ab221f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/train/platforms/detect/helpers/os_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def unix_uuid
(unix_uuid_from_chef ||
unix_uuid_from_machine_file ||
uuid_from_command ||
raise(Train::TransportError, 'Cannot find a UUID for your node.'))
raise(Train::TransportError, "Cannot find a UUID for your node."))
end

def unix_uuid_from_chef
Expand Down
4 changes: 2 additions & 2 deletions test/unit/transports/winrm_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
winrm.options[:host].must_equal "dummy"
end

it 'has default endpoint' do
it "has default endpoint" do
winrm.options[:endpoint].must_be_nil
end

Expand Down Expand Up @@ -86,7 +86,7 @@

end

describe 'when configuring the connection' do
describe "when configuring the connection" do
let(:winrm) do
cls.new(conf)
end
Expand Down

0 comments on commit 2ab221f

Please sign in to comment.