Renaming linux-specifix file with tests
Files are globbed based on their name. Therefore, we have to rename them so tests for Linux are not executed on a Mac.
This commit is contained in:
parent
b084a2581f
commit
73a3592981
@ -1 +1 @@
|
|||||||
require "test/os/linux/dependency_collector_spec" if OS.linux?
|
require "test/os/linux/dependency_collector" if OS.linux?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user