mirror of
				https://github.com/bumi/lnrpc
				synced 2025-11-03 17:35:45 +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
 |