zeisler/active_mocker

View on GitHub
lib/active_mocker/mock/unrepresentable_const_value.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ActiveMocker
  UNREPRESENTABLE_CONST_VALUE = "ActiveMocker can not determine the value, if needed stub this const with a valid test value".freeze
end