mirror of
https://github.com/bumi/faraday_ln_paywall
synced 2025-06-16 09:15:35 +00:00
12 lines
220 B
Ruby
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
|