1
0
mirror of https://github.com/bumi/lnrpc synced 2026-05-19 06:24:11 +00:00
Files
lnrpc/spec/lnrpc_spec.rb

6 lines
106 B
Ruby
Raw Normal View History

2019-02-08 06:51:42 +01:00
RSpec.describe Lnrpc do
it "has a version number" do
expect(Lnrpc::VERSION).not_to be nil
end
end