mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
99ad48206e
* Remove unnecessary explicit page definition * Remove unused nested data fixtures Currently tested through nested-data-app * Rename fixtures to use less generic names Easier to see what the features are actually testing * Add scenario to make use of existing fixture The fixture app contained static_array.yml and static_hash.yml which weren't ever tested explicitly. As they were implicitly testing storing of arbitrary objects, rather than removing the fixtures, I thought it was better to explicitly test them. * Combine two scenarios Both were testing the same thing (as the unoriginal name implies).
4 lines
No EOL
46 B
JSON
4 lines
No EOL
46 B
JSON
[
|
|
{ "title": "One" },
|
|
{ "title": "Two" }
|
|
] |