mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-08-16 17:07:06 +00:00
7 lines
124 B
Ruby
7 lines
124 B
Ruby
namespace :test do
|
|
task "lib" => "test:prepare" do
|
|
$LOAD_PATH << "test"
|
|
Minitest.rake_run(["test/lib"])
|
|
end
|
|
end
|