tests/requests/compute_tests.rb in fog-oraclecloud-0.1.12 vs tests/requests/compute_tests.rb in fog-oraclecloud-0.1.13

- old
+ new

@@ -1,10 +1,10 @@ -require 'pp' - -Shindo.tests('Fog::Compute[oraclecloud] | compute requests', 'compute') do - tests("#image_lists") do - images = Fog::Compute[:oraclecloud].image_lists.all - test "get image list" do - images.is_a? Array - end - end +require 'pp' + +Shindo.tests('Fog::Compute[oraclecloud] | compute requests', 'compute') do + tests("#image_lists") do + images = Fog::Compute[:oraclecloud].image_lists.all + test "get image list" do + images.is_a? Array + end + end end \ No newline at end of file