class RSpec::Matchers::BuiltIn::BeNil

Public Instance Methods

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