1
0
mirror of https://github.com/bumi/faraday_ln_paywall synced 2025-06-15 16:48:14 +00:00
2018-10-27 12:59:35 +02:00

7 lines
117 B
Ruby

require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec