class RSpec::Matchers::BuiltIn::BeTruthy

Public Instance Methods

expected_action_for_matcher_text() click to toggle source
# File lib/super_diff/rspec/monkey_patches.rb, line 444
def expected_action_for_matcher_text
  "be"
end
expected_for_matcher_text() click to toggle source
# File lib/super_diff/rspec/monkey_patches.rb, line 448
def expected_for_matcher_text
  "truthy"
end