| 1 | <?php |
||
| 8 | class DocumentSpec extends ObjectBehavior |
||
| 9 | { |
||
| 10 | public function let() |
||
| 20 | |||
| 21 | public function it_is_initializable() |
||
| 25 | |||
| 26 | public function it_returns_all_front_matter() |
||
| 31 | |||
| 32 | public function it_returns_specific_front_matter() |
||
| 36 | |||
| 37 | public function it_returns_nested_specific_front_matter() |
||
| 41 | |||
| 42 | public function it_can_fall_back_to_a_default_for_front_matter() |
||
| 46 | |||
| 47 | public function it_returns_the_body() |
||
| 51 | } |
||
| 52 |