Skip to content

Commit

Permalink
Ensure we are creating our sandboxes with a valid record mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Feb 25, 2010
1 parent e3b1365 commit c7f9a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/vcr_spec.rb
Expand Up @@ -2,7 +2,7 @@

describe VCR do
def create_sandbox
VCR.create_sandbox!(:sandbox_test)
VCR.create_sandbox!(:sandbox_test, :record => :all)
end

describe 'create_sandbox!' do
Expand Down

0 comments on commit c7f9a9f

Please sign in to comment.