Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Put vcr back into checkout controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarke Brunsdon committed Sep 17, 2016
1 parent 2779d45 commit e7cfb2e
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RSpec.describe SolidusPaypalBraintree::CheckoutsController, type: :controller do
include_context 'order ready for payment'

describe 'PATCH update' do
describe 'PATCH update', vcr: { cassette_name: 'checkout/update' } do
subject(:patch_update) { patch :update, params }

let(:params) do
Expand Down
79 changes: 79 additions & 0 deletions spec/fixtures/cassettes/checkout/update.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7cfb2e

Please sign in to comment.