Class: Avocado::Adapters::MinitestAdapter

Inherits:
BaseAdapter
  • Object
show all
Defined in:
lib/avocado/adapters/minitest_adapter.rb

Instance Attribute Summary

Attributes inherited from BaseAdapter

#request, #response, #spec

Instance Method Summary collapse

Methods inherited from BaseAdapter

#initialize, #to_h, #upload?

Constructor Details

This class inherits a constructor from Avocado::Adapters::BaseAdapter

Instance Method Details

#descriptionObject

In Minitest case, the spec object is just the name of the spec



5
6
7
# File 'lib/avocado/adapters/minitest_adapter.rb', line 5

def description
  spec
end