Skip to content

Commit

Permalink
Try fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Dec 19, 2023
1 parent 633d322 commit 8f5b2d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# Y - in response to Would you like to add the SemaphoreCI addon?
# Y - in response to Would you like to add the Nginx addon?
# Y - in response to Would you like to add the Phrase addon?
# Y - in response to Would you like to add the Devise addon?
# Y - in response to Would you like to add the Bootstrap addon?
# Y - in response to Would you like to add the Slim Template Engine addon?
# Y - in response to Would you like to add the CRUD addon?
# - Devise auto included with the CRUD addon.
# - Bootstrap auto included with the CRUD addon.
# - Slim Template Engine auto included with the CRUD addon.
# Y - in response to Would you like to add the Hotwire addon?
# Y - in response to Would you like to add the Svgeez addon?

create_web:
printf "Y\nY\nY\nY\nY\nY\nY\nY\nY\nY\nY\n" | rails new $(APP_NAME) -m ./template.rb -T ${OPTIONS}
printf "Y\nY\nY\nY\nY\nY\nY\nY\nY\n" | rails new $(APP_NAME) -m ./template.rb -T ${OPTIONS}

# Y - in response to Would you like to add the Github addon?
# Y - in response to Would you like to add the Mock Server addon?
Expand Down

0 comments on commit 8f5b2d1

Please sign in to comment.