Sha256: fb6b34af5b24b086a522ca175068dc02f0106b1e1a5514f914cb162fac8c2d04
Contents?: true
Size: 487 Bytes
Versions: 15
Compression:
Stored size: 487 Bytes
Contents
# # Author:: Matheus Mina (<mfbmina@gmail.com>) # © Copyright IBM Corporation 2015. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # Shindo.tests("Fog::Softlayer[:product] | place_order_test", ["softlayer"]) do @sl = Fog::Softlayer[:product] tests('success') do # should be an empty array tests("#place_order") do response = @sl.place_order data_matches_schema(Hash) { response.body} data_matches_schema(200) { response.status } end end end
Version data entries
15 entries across 13 versions & 3 rubygems