I wasn't sure where to put this, but I saw a similar issue here(#1070) being discussed and figured it was the right place.
I am running into the following issue:
$ rake test:prepare
WARN: Unresolved specs during Gem::Specification.reset:
minitest (~> 5.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Normally this warning doesn't block the command from running like in the above output, but the warning does show on almost all commands I run which load my environment. I have tried quite a few different fixes to this issue. I have tried using minitest 5.1. Uninstalling/installing my bundle. I've even tried just rebuilding my whole environment. Nothing allows me to prepare test cases though.
I am not sure how to remedy this issue/if there is a remedy. I have prepared a GIST with information about my environment and can update it with whatever information is needed to figure this problem out. I recently updated to Rails 4 and hope there is just some incompatibility I am overlooking. Sorry if this isn't the right place to ask about this, it's a rather ambiguous issue.
https://gist.github.com/shawndeprey/68653f2cae4c140f97d6
I wasn't sure where to put this, but I saw a similar issue here(#1070) being discussed and figured it was the right place.
I am running into the following issue:
Normally this warning doesn't block the command from running like in the above output, but the warning does show on almost all commands I run which load my environment. I have tried quite a few different fixes to this issue. I have tried using minitest 5.1. Uninstalling/installing my bundle. I've even tried just rebuilding my whole environment. Nothing allows me to prepare test cases though.
I am not sure how to remedy this issue/if there is a remedy. I have prepared a GIST with information about my environment and can update it with whatever information is needed to figure this problem out. I recently updated to Rails 4 and hope there is just some incompatibility I am overlooking. Sorry if this isn't the right place to ask about this, it's a rather ambiguous issue.
https://gist.github.com/shawndeprey/68653f2cae4c140f97d6