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.
bundle exec rspec --backtrace
1 parent 49b316a commit 72ed60aCopy full SHA for 72ed60a
.github/workflows/tests.yml
@@ -59,4 +59,4 @@ jobs:
59
bundle install
60
61
- name: Run tests
62
- run: bundle exec rspec
+ run: bundle exec rspec --backtrace
DEVELOP.md
@@ -10,7 +10,7 @@ docker run --rm -it --publish=44200:4200 crate:5.1.1 \
10
Install project and invoke test suite.
11
```shell
12
13
-bundle exec rspec
+bundle exec rspec --backtrace
14
```
15
16
0 commit comments