Sha256: 77627963e7ca7b10d8eec88987455ddea73dad71bbcf2e7e028d9ba786fc52fb

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

shared_context 'with url' do
  subject do
    described_class.new(methods: ['GET'])
  end

  let(:options) { {} }
  let(:url) { 'https://www.example.org' }

  include_context 'with result'

  before do
    subject.check(url, options)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-link-checker-0.2.0 spec/support/with_url.rb
ruby-link-checker-0.1.0 spec/support/with_url.rb