Sha256: 799c6b06cacf8d178eba593b9dfc60b27f95663266b4e0eecfed65c3db9e03f4
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 Bytes
Contents
module RequestHelpers # Helpers that stub out requests to pattern endpoints def stub_patterns_show_paid stub_request_with_fixture( %r{/patterns/[0-9]+\.json}, 'patterns_show_paid.json' ) end def stub_patterns_search stub_request_with_fixture( %r{/patterns/search.json}, 'patterns_search.json' ) end end
Version data entries
5 entries across 5 versions & 1 rubygems