You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we integrate breeze in to default apps (most likely), then we will have to update the CLI to include the breeze migrations as well. Maybe we just make it easy with require "breeze/spec_helpers"? 🤔
The text was updated successfully, but these errors were encountered:
* Adding new spec helpers file. This makes integrating with your app specs easier. Updated README. Fixes#21
* going back to explicit numbering in the README. It seems to be resetting possibly due to the code blocks between the list items...
Default apps will require the migrations manually https://github.com/luckyframework/lucky_cli/blob/master/src/web_app_skeleton/spec/spec_helper.cr.ecr#L12 and then manually run migrate https://github.com/luckyframework/lucky_cli/blob/master/src/web_app_skeleton/spec/setup/setup_database.cr#L2. When you setup your specs, it doesn't know to run the breeze migrations, and it fails. So this becomes one extra step to requiring the breeze migrations here.
If we integrate breeze in to default apps (most likely), then we will have to update the CLI to include the breeze migrations as well. Maybe we just make it easy with
require "breeze/spec_helpers"
? 🤔The text was updated successfully, but these errors were encountered: