1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2026-02-24 17:50:51 +00:00
Files
blockstream_satellite/Rakefile
2019-02-08 21:13:57 +01:00

7 lines
117 B
Ruby

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