spec/features/attachments_spec.rb in rumm-0.0.23 vs spec/features/attachments_spec.rb in rumm-0.0.24

- old
+ new

@@ -1,10 +1,10 @@ require "spec_helper" describe "using the attachments api" do context "with credentials are present" do - include_context "netrc" + include_context "rummrc" context "to create" do When { VCR.use_cassette('attachments/create') { run "rumm create attachment on server silly-saffron --volume jumping-jellybean" }} Then { all_stdout =~ /Attached volume/ } And { last_exit_status.should eql 0 }