Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Feb 2, 2012
1 parent 589bee4 commit df30aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vcr/cassette.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def new_recorded_interactions
end

# @return [String] The file for this cassette.
# @note VCR will take care of sanitizing the cassette name to make it valid file name.
# @note VCR will take care of sanitizing the cassette name to make it a valid file name.
def file
return nil unless VCR.configuration.cassette_library_dir
File.join(VCR.configuration.cassette_library_dir, "#{sanitized_name}.#{@serializer.file_extension}")
Expand Down

0 comments on commit df30aa7

Please sign in to comment.