We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent 8323fea commit 8f024a4Copy full SHA for 8f024a4
1 file changed
Makefile
@@ -23,7 +23,7 @@ console: ## Open Rails console in the web container
23
24
test: ## Run RSpec in the web container (uses test database)
25
$(COMPOSE) exec -e RAILS_ENV=test -e DATABASE_URL=postgresql://hackorum:hackorum@db:5432/hackorum_test web bin/rails db:prepare
26
- $(COMPOSE) exec -e RAILS_ENV=test -e DATABASE_URL=postgresql://hackorum:hackorum@db:5432/hackorum_test web bundle exec rspec
+ $(COMPOSE) exec -e RAILS_ENV=test -e DATABASE_URL=postgresql://hackorum:hackorum@db:5432/hackorum_test web bundle exec rspec $(ARGS)
27
28
db-migrate: ## Run db:migrate
29
$(COMPOSE) exec web bin/rails db:migrate
0 commit comments