amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.58k stars 208 forks source link

Contents of test directory are not automatically generating with Amber v0.34.0. #1196

Closed miler350 closed 4 years ago

miler350 commented 4 years ago

Description

Contents of test directory are not automatically generating with Amber v0.34.0.

Steps to Reproduce

  1. Install Amber v0.34.0 (if needed)
  2. Run amber new [app_name]
  3. Navigate to spec folder in root

Expected behavior:

Screen Shot 2020-04-25 at 9 47 56 PM

Expected spec directory with subdirectories as pictured.

Actual behavior:

Screen Shot 2020-04-25 at 9 49 30 PM

Only generated helper file.

Reproduces how often:

Every time.

Versions

amber --v0.34.0 crystal --0.34.0