1
0
mirror of https://github.com/bumi/faraday_ln_paywall synced 2025-06-16 09:15:35 +00:00
faraday_ln_paywall/spec/faraday_ln_paywall_spec.rb
2018-10-27 12:59:35 +02:00

12 lines
220 B
Ruby

require "spec_helper"
RSpec.describe FaradayLnPaywall do
it "has a version number" do
expect(FaradayLnPaywall::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end