1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2025-06-16 09:45:35 +00:00
blockstream_satellite/spec/blockstream_satellite_spec.rb
2019-02-08 21:13:57 +01:00

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