class Spec::Runner::HeckleRunner
def heckle_with
Runs all the example groups held by +rspec_options+ once for each of the
def heckle_with if @filter =~ /(.*)[#\.](.*)/ heckle_method($1, $2) else heckle_class_or_module(@filter) end end
def heckle_with if @filter =~ /(.*)[#\.](.*)/ heckle_method($1, $2) else heckle_class_or_module(@filter) end end