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:
Maxim Belkin 2018-02-19 08:54:30 +00:00
parent b084a2581f
commit 73a3592981
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
require "test/os/linux/dependency_collector_spec" if OS.linux?
require "test/os/linux/dependency_collector" if OS.linux?