btcpay/spec/btcpay_spec.rb

12 lines
208 B
Ruby
Raw Normal View History

2020-07-15 19:36:16 -06:00
# 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