Skip to content

Commit

Permalink
Change case of "Emma" to match
Browse files Browse the repository at this point in the history
I think this was missed in a previous commit.
  • Loading branch information
Alex Ezell committed Mar 21, 2013
1 parent 8e6e4a5 commit b7a11f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'Emma'
require 'emma'

VCR.configure do |c|
c.cassette_library_dir = 'test/fixtures/vcr_cassettes'
c.default_cassette_options = { :record => :new_episodes }
c.hook_into :webmock
end
end

0 comments on commit b7a11f3

Please sign in to comment.