teeworlds_network/Rakefile

8 lines
119 B
Ruby
Raw Permalink Normal View History

2022-11-05 16:04:42 +00:00
# frozen_string_literal: true
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task default: [:spec]