Module: RSpec::EnrichedJson
- Defined in:
- lib/rspec/enriched_json.rb,
lib/rspec/enriched_json/version.rb,
lib/rspec/enriched_json/expectation_helper_wrapper.rb,
lib/rspec/enriched_json/enriched_expectation_not_met_error.rb,
lib/rspec/enriched_json/formatters/enriched_json_formatter.rb
Defined Under Namespace
Modules: ExpectationHelperWrapper, Formatters, HandlerWrapperShared, NegativeHandlerWrapper, PositiveHandlerWrapper
Classes: EnrichedExpectationNotMetError
Constant Summary
collapse
- VERSION =
"0.8.3"
Class Method Summary
collapse
Class Method Details
.all_test_values ⇒ Object
13
14
15
|
# File 'lib/rspec/enriched_json/expectation_helper_wrapper.rb', line 13
def self.all_test_values
@all_test_values
end
|
.clear_test_values ⇒ Object
17
18
19
|
# File 'lib/rspec/enriched_json/expectation_helper_wrapper.rb', line 17
def self.clear_test_values
@all_test_values = {}
end
|