Freshly/flow

View on GitHub
lib/flow/rspec/custom_matchers.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require_relative "custom_matchers/define_failure"
require_relative "custom_matchers/define_output"
require_relative "custom_matchers/handle_error"
require_relative "custom_matchers/use_operations"
require_relative "custom_matchers/wrap_in_transaction"
require_relative "custom_matchers/have_on_state"
require_relative "custom_matchers/read_state"
require_relative "custom_matchers/write_state"
require_relative "custom_matchers/access_state"