umts/custom-matchers

View on GitHub
lib/umts_custom_matchers.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

require 'umts_custom_matchers/version'

require 'umts_custom_matchers/redirect_back'

##
# Container module for UMTS RSpec matchers
module UmtsCustomMatchers
end