Method: RSpec::Core::World::Describable#description
- Defined in:
- lib/rspec/core/world.rb
#description ⇒ Object
9 10 11 |
# File 'lib/rspec/core/world.rb', line 9 def description reject { |k, v| RSpec::Core::Configuration::CONDITIONAL_FILTERS[k] == v }.inspect.gsub(PROC_HEX_NUMBER, '').gsub(PROJECT_DIR, '.').gsub(' (lambda)','') end |