Skip to content

Commit

Permalink
Move deprecations to the root vcr directory.
Browse files Browse the repository at this point in the history
There's no point to having a folder with only one file.
  • Loading branch information
myronmarston committed Oct 3, 2011
1 parent f932824 commit 5e4c8ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/vcr.rb
Expand Up @@ -3,13 +3,12 @@

require 'vcr/cassette'
require 'vcr/configuration'
require 'vcr/deprecations'
require 'vcr/http_stubbing_adapters'
require 'vcr/request_matcher_registry'
require 'vcr/request_ignorer'
require 'vcr/version'

require 'vcr/deprecations/vcr'

require 'vcr/http_stubbing_adapters'
require 'vcr/structs/http_interaction'

module VCR
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5e4c8ad

Please sign in to comment.