We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0562e commit 73ea6fcCopy full SHA for 73ea6fc
article_json.gemspec
@@ -30,5 +30,6 @@ txt
30
31
s.add_development_dependency 'bundler', '~> 1.15'
32
s.add_development_dependency 'rspec', '~> 3.6'
33
+ s.add_development_dependency 'webmock', '~> 3.0'
34
s.add_development_dependency 'coveralls', '~> 0.8'
35
end
spec/spec_helper.rb
@@ -1,6 +1,8 @@
1
require 'coveralls'
2
Coveralls.wear!
3
4
+require 'webmock/rspec'
5
+
6
require 'article_json'
7
8
# This file was generated by the `rspec --init` command. Conventionally, all
0 commit comments