mirror of
https://github.com/bumi/lnrpc
synced 2025-06-16 13:25:34 +00:00
6 lines
106 B
Ruby
6 lines
106 B
Ruby
RSpec.describe Lnrpc do
|
|
it "has a version number" do
|
|
expect(Lnrpc::VERSION).not_to be nil
|
|
end
|
|
end
|