Skip to content

Commit

Permalink
Use webmock instead of fakeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
mcls committed Jun 3, 2013
1 parent 8c90839 commit dc2c903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fql.gemspec
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rails", "~> 3.2.6"
s.add_development_dependency "sqlite3", ">= 1.3.6"
s.add_development_dependency "fakeweb", "~> 1.3.0"
s.add_development_dependency "webmock"
s.add_development_dependency "vcr"
s.add_development_dependency "rspec"
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -9,5 +9,5 @@
#
VCR.configure do |c|
c.cassette_library_dir = 'spec/support/vcr_cassettes'
c.hook_into :fakeweb
c.hook_into :webmock
end

0 comments on commit dc2c903

Please sign in to comment.