lnrpc/spec/lnrpc_spec.rb

6 lines
106 B
Ruby

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