Sha256: 548f6ea7e814b294e4fcef672f37c4378a16e83f5c0131c09989878b303b059c

Contents?: true

Size: 302 Bytes

Versions: 8

Compression:

Stored size: 302 Bytes

Contents

## !!Warning!!
#
# This spec makes __actual HTTP requests__ to the NPR API.
#
# It should be used sparingly as a functional test. It doesn't
# get run automatically with the rest of the specs.

require 'bundler/setup'
Bundler.require

describe "NPR API" do
  it "is true" do
    raise "false"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
npr-3.0.0 spec/live.rb
npr-2.0.2 spec/live.rb
npr-2.0.1 spec/live.rb
npr-2.0.0 spec/live.rb
npr-1.2.0 spec/live.rb
npr-1.1.0 spec/live.rb
npr-0.1.2 spec/live.rb
npr-0.1.1 spec/live.rb