Skip to content

Instantly share code, notes, and snippets.

@vjdhama
Created September 21, 2015 14:25
Show Gist options
  • Select an option

  • Save vjdhama/cd8f1cf5f66c41a85725 to your computer and use it in GitHub Desktop.

Select an option

Save vjdhama/cd8f1cf5f66c41a85725 to your computer and use it in GitHub Desktop.
shards test error
$ 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