test/models/storage/test_storage_account.rb in fog-azure-rm-temp-0.0.4 vs test/models/storage/test_storage_account.rb in fog-azure-rm-temp-0.0.5

- old
+ new

@@ -27,10 +27,11 @@ :name, :location, :resource_group, :sku_name, :replication, - :encryption + :encryption, + :tags ] attributes.each do |attribute| assert_respond_to @storage_account, attribute end end