Module: TestBelt::Matchers::HaveClassMethods::ClassMethods

Defined in:
lib/test_belt/matchers/have_class_methods.rb

Instance Method Summary collapse

Instance Method Details

#have_class_methods(*meths) ⇒ Object Also known as: have_class_method



9
10
11
12
13
# File 'lib/test_belt/matchers/have_class_methods.rb', line 9

def have_class_methods(*meths)
  meths.collect do |meth|
    Matcher.new(meth)
  end
end