btcpay/Rakefile

9 lines
145 B
Ruby
Raw Normal View History

2020-07-15 19:36:16 -06:00
# frozen_string_literal: true
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task default: :spec