mirror of
https://github.com/bumi/blockstream_satellite
synced 2025-06-16 09:45:35 +00:00
10 lines
205 B
Ruby
10 lines
205 B
Ruby
RSpec.describe BlockstreamSatellite do
|
|
it "has a version number" do
|
|
expect(BlockstreamSatellite::VERSION).not_to be nil
|
|
end
|
|
|
|
it "does something useful" do
|
|
expect(false).to eq(true)
|
|
end
|
|
end
|