We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make test
1 parent d8412be commit 36773bdCopy full SHA for 36773bd
template/{{app_name}}/Makefile.jinja
@@ -169,7 +169,7 @@ wait-on-db:
169
##################################################
170
171
test: ## Run the test suite
172
- $(RUBY_RUN_CMD) ./bin/rspec
+ $(RUBY_RUN_CMD) ./bin/rspec $(args)
173
174
test-watch: ## Watch for file changes and run the test suite
175
$(RUBY_RUN_CMD) ./bin/bundle exec guard
template/{{app_name}}/bin/rspec
@@ -4,4 +4,4 @@
4
# sets RAILS_ENV to development, we need to override it:
5
export RAILS_ENV=test
6
7
-bundle exec rspec --format documentation
+bundle exec rspec --format documentation "$@"
0 commit comments