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 e9e6ad4 commit 73f4123Copy full SHA for 73f4123
.github/workflows/tests.yml
@@ -55,4 +55,4 @@ jobs:
55
bundle install
56
57
- name: Run tests
58
- 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