method
set_description
rspec latest stable - Class:
Spec::Example::ExampleGroupMethods
set_description(*args)public
No documentation available.
# File lib/spec/example/example_group_methods.rb, line 107
def set_description(*args)
@description_args, @options = args_and_options(*args)
@backtrace = caller(1)
@location = File.expand_path(options[:location]) if options[:location]
self
end