module TestBelt::Matchers::HaveClassMethods

Public Class Methods

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