Flowdock
method

example_method?

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Test::Unit::TestCase
example_method?(method_name) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/interop/test/unit/testcase.rb, line 29
      def self.example_method?(method_name)
        should_method?(method_name) || test_method?(method_name)
      end
Register or log in to add new notes.