Class: Varar::Core::SpecBaseline
- Inherits:
-
Data
- Object
- Data
- Varar::Core::SpecBaseline
- Defined in:
- lib/varar/core/drift.rb
Overview
The committed baseline for one spec file.
Instance Attribute Summary collapse
-
#examples ⇒ Object
readonly
Returns the value of attribute examples.
-
#source_hash ⇒ Object
readonly
Returns the value of attribute source_hash.
Instance Attribute Details
#examples ⇒ Object (readonly)
Returns the value of attribute examples
14 15 16 |
# File 'lib/varar/core/drift.rb', line 14 def examples @examples end |
#source_hash ⇒ Object (readonly)
Returns the value of attribute source_hash
14 15 16 |
# File 'lib/varar/core/drift.rb', line 14 def source_hash @source_hash end |