fedux-org/proxy_rb

View on GitHub
lib/proxy_rb/matchers/include.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
require 'rspec/expectations'

# Aruba
module ProxyRb
  # Matchers
  module Matchers
    include ::RSpec::Matchers

    module_function :include
  end
end