module TestBelt::Matchers::HaveInstanceMethods

Public Class Methods

included(receiver) click to toggle source
# File lib/test_belt/matchers/have_instance_methods.rb, line 4
def self.included(receiver)
  receiver.send(:extend, ClassMethods)
end