test/cloud/fog_test.rb in rubber-2.14.0 vs test/cloud/fog_test.rb in rubber-2.15.0

- old
+ new

@@ -30,7 +30,10 @@ should "create instance" do assert @cloud.create_instance('', '', '', '', '', '') end + should "create instance with options" do + assert @cloud.create_instance('', '', '', '', '', '', :foo => :bar) + end end end