btcpay/spec/btcpay_spec.rb

12 lines
208 B
Ruby

# frozen_string_literal: true
RSpec.describe Btcpay do
it 'has a version number' do
expect(Btcpay::VERSION).not_to be nil
end
it 'does something useful' do
expect(false).to eq(true)
end
end