mirror of
https://github.com/bumi/blockstream_satellite
synced 2025-07-02 00:19:38 +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
|