Object
Represents the a matcher name. Returns different forms of the name depending on whether it is positive or negative.
# File lib/capybara_minitest_spec/test_name.rb, line 8 def initialize(name) @original_name = name.to_s end
# File lib/capybara_minitest_spec/test_name.rb, line 12 def matcher(*args) send @original_name, *args end
[Validate]
Generated with the Darkfish Rdoc Generator 2.