class RSpec::Matchers::BuiltIn::BeFalsey

Public Instance Methods

expected_action_for_matcher_text() click to toggle source
# File lib/super_diff/rspec/monkey_patches.rb, line 382
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 386
def expected_for_matcher_text
  "falsey"
end