minitest-substitute 0.3.0
Simple Minitest helper to replace values such as an instance variable of an object or an environment variable for the duration of a block or a group of tests. This comes in very handy when you have to derive from default configuration in order to test some aspects of your code.
Gemfile:
=
install:
=
Runtime Dependencies (1):
minitest
~> 5
Development Dependencies (8):
debug
>= 0
guard
>= 0
guard-minitest
>= 0
minitest
>= 0
minitest-flash
>= 0
minitest-focus
>= 0
rake
>= 0
yard
>= 0