1
0
mirror of https://github.com/bumi/lnrpc synced 2024-06-14 00:47:34 +00:00
lnrpc/spec/lnrpc_spec.rb
2019-02-08 06:51:42 +01:00

6 lines
106 B
Ruby

RSpec.describe Lnrpc do
it "has a version number" do
expect(Lnrpc::VERSION).not_to be nil
end
end