When I have the minitest gem installed, I get an uninitialized constant MiniTest (NameError) when running the wallet specs. The fix here would be to add require 'minitest'in the specs.
But that breaks the case when the gem is not installed with cannot load such file -- minitest (LoadError).