Skip to content

Problems with requiring MiniTest #118

@mhanne

Description

@mhanne

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).

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions