Skip to content

Commit 64b2712

Browse files
committed
Add doc for BaseMatcher
1 parent f9873aa commit 64b2712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rspec/rails/matchers/base_matcher.rb

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module RSpec
22
module Rails
33
module Matchers
44
# @api private
5+
#
6+
# Base class to build matchers. Should not be instantiated directly.
57
class BaseMatcher
68
include RSpec::Matchers::Composable
79

0 commit comments

Comments
 (0)