Created
September 21, 2015 14:25
-
-
Save vjdhama/cd8f1cf5f66c41a85725 to your computer and use it in GitHub Desktop.
shards test error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ make test | |
| /usr/local/bin/crystal run test/*_test.cr | |
| Error in ./test/git_resolver_test.cr:1: while requiring "./test_helper" | |
| require "./test_helper" | |
| ^ | |
| in ./test/test_helper.cr:1: while requiring "minitest/autorun": can't find file 'minitest/autorun' relative to '/Users/vjdhama/Work/github_codes/shards/test' | |
| require "minitest/autorun" | |
| ^ | |
| make: *** [test_unit] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment