class RSpec2MiniTest::PositiveTestName
Public Instance Methods
assertion_name()
click to toggle source
# File lib/rspec2minitest/test_name.rb, line 26 def assertion_name "assert_#{@assertion_prefix}_#{conjugated}" end
expectation_name()
click to toggle source
# File lib/rspec2minitest/test_name.rb, line 30 def expectation_name "must_#{@matcher_name}" end
failure_message_method()
click to toggle source
# File lib/rspec2minitest/test_name.rb, line 38 def failure_message_method :failure_message_for_should end
match_method()
click to toggle source
# File lib/rspec2minitest/test_name.rb, line 34 def match_method :matches? end