amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
648 stars 46 forks source link

Allow nested views, require spec_helper #63

Closed trapped closed 8 years ago

trapped commented 8 years ago

Making Views "pretend" they're Controllers so that they can be nested (e.g. to use as partials). Also require the spec helper in the Application spec so that it can actually run.