# File lib/test/spec.rb, line 348 def after_all call_methods_including_parents(:after_all, :reverse) end
# File lib/test/spec.rb, line 344 def before_all call_methods_including_parents(:before_all) end
# File lib/test/spec.rb, line 364 def context(*args) raise Test::Spec::DefinitionError, "context definition is not allowed inside a specify-block" end
Generated with the Darkfish Rdoc Generator 2.