Sha256: 599eccdb2015e01a050643dc1324df980bcb993362c7853ee8aae86cd2848d40

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

# frozen_string_literal: true

describe PUNK, "GET /plivo" do
  include_context "Punk"

  before do
    get "/plivo.html"
  end

  it { is_expected.to be_successful }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
punk-0.4.1 spec/routes/plivo/get_plivo_spec.rb