@api private
Returns the names of assertion methods that we want to expose to examples without exposing non-assertion methods in Test::Unit or Minitest.
# File lib/rspec/rails/adapters.rb, line 42 def assertion_method_names Test::Unit::Assertions.public_instance_methods.select{|m| m.to_s =~ /^(assert|flunk)/} + [:build_message] end
Generated with the Darkfish Rdoc Generator 2.