Sha256: 5ae5b02232013e811a59be2df48603c9bdf66d2d4a254bcb2942fdf24e6b92c8

Contents?: true

Size: 164 Bytes

Versions: 5

Compression:

Stored size: 164 Bytes

Contents

require 'fakeweb'
FakeWeb.allow_net_connect = false

FakeWeb.register_uri(:get, 'http://testapi/sites/42', {
  :body => File.read('spec/fixtures/find_site.json')
})

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jaysus-0.1.4 spec/support/fakeweb.rb
jaysus-0.1.3 spec/support/fakeweb.rb
jaysus-0.1.2 spec/support/fakeweb.rb
jaysus-0.1.1 spec/support/fakeweb.rb
jaysus-0.1.0 spec/support/fakeweb.rb