# File lib/capybara/rspec/matchers.rb, line 93 def selector_name selector_name = "#{name} #{locator.inspect}" selector_name << " with text #{options[:text].inspect}" if options[:text] selector_name end