test/cloud/fog_test.rb in rubber-2.4.0 vs test/cloud/fog_test.rb in rubber-2.4.1

- old
+ new

@@ -27,10 +27,10 @@ should "not provide table store" do assert_raises { @cloud.table_store('somekey') } end should "create instance" do - assert @cloud.create_instance('', '', '', '', '') + assert @cloud.create_instance('', '', '', '', '', '') end end end