mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-13 06:42:35 +00:00
7 lines
104 B
Ruby
7 lines
104 B
Ruby
# frozen_string_literal: true
|
|
|
|
desc "Run tests"
|
|
task :default do
|
|
puts "No tests implemented yet!"
|
|
end
|