Michael Miller
|
f6a4e6f558
|
Remove space in #to_s between symbolic items
This makes example names look more like documentation by changing names
like "Array #size is zero" to "Array#size is zero".
|
2019-02-17 16:29:38 -07:00 |
|
Michael Miller
|
8339784492
|
Add symbolic attribute to example components
This is used to determine whether a type or method is referenced.
|
2019-02-17 16:27:41 -07:00 |
|
Michael Miller
|
0af3efea2a
|
Document pre- and post-condition run methods
Mark pre- and post-condition functionality complete in README.
|
2019-01-23 15:15:01 -07:00 |
|
Michael Miller
|
2f5e59d88b
|
Fix failing test
Pre-conditions with parent running out-of-order.
|
2019-01-23 15:13:27 -07:00 |
|
Michael Miller
|
38202ff605
|
Initial addition of pre- and post-conditions
|
2019-01-09 16:17:33 -07:00 |
|
Michael Miller
|
bd4d020d0f
|
Condense visible hook methods
|
2018-12-05 19:57:14 -07:00 |
|
Michael Miller
|
fad3eba11f
|
Add docs for NestedExampleGroup
|
2018-11-20 14:04:14 -07:00 |
|
Michael Miller
|
1a2cba79fc
|
Parent group can't be nil for nested group
|
2018-10-14 18:00:55 -06:00 |
|
Michael Miller
|
30a45a24d3
|
Restructure to use a composite design pattern
Examples and example groups now have a common ancestor.
|
2018-10-14 17:10:12 -06:00 |
|