Skip to content

Commit

Permalink
Fix method implementation to match signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Feb 1, 2012
1 parent 7cd7121 commit 99296a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vcr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def eject_cassette
# @see #insert_cassette
# @see #eject_cassette
def use_cassette(name, options, &block)
cassette = insert_cassette(*args)
cassette = insert_cassette(name, options)

begin
call_block(block, cassette)
Expand Down

0 comments on commit 99296a3

Please sign in to comment.