spec/cpanel/contact_spec.rb in lumberg-2.0.0.pre12 vs spec/cpanel/contact_spec.rb in lumberg-2.0.0.pre15

- old
+ new

@@ -27,10 +27,10 @@ describe "#update" do let(:email_address) { "testing@lumberg-test.com" } let(:result) { Hash.new } - use_vcr_cassette("cpanel/contact/update", record: :new_episodes) + use_vcr_cassette("cpanel/contact/update") context "configure contact email address and enables notifications" do it "should setup email address and bandwidth limit notification" do res = contact.update({ email: email_address, bandwidth: 1 })