1
0
mirror of https://github.com/bumi/lnrpc synced 2025-01-16 12:00:31 +00:00
lnrpc/Rakefile

7 lines
117 B
Ruby
Raw Normal View History

2019-02-08 05:51:42 +00:00
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec