mstarkman/can_be

View on GitHub
lib/can_be/rspec/matchers.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'can_be/rspec/matchers/can_be_detail_matcher'
require 'can_be/rspec/matchers/can_be_matcher'

module CanBe
  module RSpec
    module Matchers
    end
  end
end