middleman/middleman-core/fixtures
2012-03-10 19:40:04 -08:00
..
3rd-party-command fix errant MM bootup during CLI. Make an autodiscoverable tasks/ directory 2012-01-16 14:55:08 -08:00
alt-path-app i18n not ready for primetime yet 2012-03-10 19:40:04 -08:00
alt-root-app i18n not ready for primetime yet 2012-03-10 19:40:04 -08:00
asset-host-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
auto-css-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
auto-js-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
automatic-image-size-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
basic-data-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
build-with-errors-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
chained-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
clean-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
clean-dir-app Fix builder steps to properly copy configs, and add a new scenario that shows build --clean not working right when the build directory is set to a nested path. When a path is ignored, it doesn't get removed - in fact, no unused paths will get removed, this is just the easiest way to show it in a test. 2012-01-04 22:54:20 -08:00
clean-nested-app Fix builder steps to properly copy configs, and add a new scenario that shows build --clean not working right when the build directory is set to a nested path. When a path is ignored, it doesn't get removed - in fact, no unused paths will get removed, this is just the easiest way to show it in a test. 2012-01-04 22:54:20 -08:00
content-for-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
current-page-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
custom-layout-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
custom-layout-app2 split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
data-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
different-engine-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
different-engine-partial split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
dynamic-pages-app support glob page instance vars. fixes #230 2012-01-05 21:18:55 -08:00
empty-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
engine-matching-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
extensionless-text-files-app allow extensionless files to be previewed and built. fixes #270, but requires alternative layouts be placed in a layouts/ directory now. 2012-02-12 11:45:42 -08:00
external-helpers automatically load helper modules from helpers/. closes #238 2012-01-15 13:44:00 -08:00
feature-params-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
frontmatter-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
frontmatter-settings-app allow extensionless files to be previewed and built. fixes #270, but requires alternative layouts be placed in a layouts/ directory now. 2012-02-12 11:45:42 -08:00
generator-test split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
glob-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
i18n-test-app i18n not ready for primetime yet 2012-03-10 19:40:04 -08:00
ignore-app/source Add a new (failing) feature test to show the behavior I think would be good for the "ignore" helper. 2012-01-06 22:43:32 -08:00
indexable-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
instance-vars-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
large-build-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
lorem-app switch to guard/listen 2012-02-25 15:53:23 -08:00
manual-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
manual-layout-missing split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
manual-layout-override split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
multiple-layouts split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
name-map-app i18n not ready for primetime yet 2012-03-10 19:40:04 -08:00
nested-layout-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
no-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
no-mount-app i18n not ready for primetime yet 2012-03-10 19:40:04 -08:00
padrino-helpers-app Fix Padrino helpers that require an i18n locale to be present 2012-03-04 17:20:57 -08:00
page-classes-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
partials-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
plain-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
preview-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
request-app test backwards compatible request.params template values. closes #294 2012-03-01 13:43:47 -08:00
sinatra-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
subset-app i18n not ready for primetime yet 2012-03-10 19:40:04 -08:00
traversal-app Rewrite sitemap_traversal tests to better reflect what should actually happen, and to expose a bug in current_page. 2012-03-07 22:08:41 -08:00
wildcard-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
wildcard-directory-index-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00