We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9873aa commit 64b2712Copy full SHA for 64b2712
lib/rspec/rails/matchers/base_matcher.rb
@@ -2,6 +2,8 @@ module RSpec
2
module Rails
3
module Matchers
4
# @api private
5
+ #
6
+ # Base class to build matchers. Should not be instantiated directly.
7
class BaseMatcher
8
include RSpec::Matchers::Composable
9
0 commit comments