Module: TestBelt::Matchers::HaveReaders
- Defined in:
- lib/test_belt/matchers/have_readers.rb
Defined Under Namespace
Modules: ClassMethods Classes: Matcher
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
6 7 8 |
# File 'lib/test_belt/matchers/have_readers.rb', line 6 def self.included(receiver) receiver.send(:extend, ClassMethods) end |