module MiniTest::Spec::SharedExamples
Public Instance Methods
include_examples(desc)
click to toggle source
# File lib/install/test/support/shared_examples.rb, line 19 def include_examples(desc) instance_eval(&MiniTest::Spec.shared_examples[desc]) end