Skip to content

Commit

Permalink
Fix typo in spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
yrgoldteeth committed Feb 24, 2011
1 parent 0d52141 commit ff47195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
@@ -1,11 +1,11 @@
require 'simplecov'
SimpleCov.start do
add_group 'Instagram', 'lib/Instagram'
add_group 'Instagram', 'lib/instagram'
add_group 'Faraday Middleware', 'lib/faraday'
add_group 'Specs', 'spec'
end

require File.expand_path('../../lib/Instagram', __FILE__)
require File.expand_path('../../lib/instagram', __FILE__)

require 'rspec'
require 'webmock/rspec'
Expand Down

0 comments on commit ff47195

Please sign in to comment.