We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ac4f0 commit a7b06a2Copy full SHA for a7b06a2
1 file changed
lib/rdf/spec/http_adapter.rb
@@ -9,6 +9,8 @@
9
raise '`http_adapter` must be defined with `let(:http_adapter`' unless
10
defined? http_adapter
11
end
12
+ before(:each) {WebMock.disable_net_connect!}
13
+ after(:each) {WebMock.allow_net_connect!}
14
15
let(:uri) {"http://ruby-rdf.github.com/rdf/etc/doap.nt"}
16
0 commit comments