Skip to content

Commit

Permalink
fix rubocop issues
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Moles <rmoles@chef.io>
  • Loading branch information
Ross Moles authored and Stuart Paterson committed Apr 20, 2020
1 parent c658ff1 commit e1d8bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end

describe azurerm_resource_groups.where(name: resource_group) do
its('tags.first') { should include("ExampleTag"=>"example") }
its('tags.first') { should include('ExampleTag'=>'example') }
end

end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource_group = input('resource_group', value: nil)
storage_account = input('storage_account', value: nil)
location = input('vnet_location', value:nil)
location = input('vnet_location', value: nil)

control 'azurerm_storage_accounts' do
describe azurerm_storage_accounts do
Expand Down

0 comments on commit e1d8bcd

Please sign in to comment.