Update acceptance test readme

This commit is contained in:
adfoster-r7 2024-03-12 15:25:23 +00:00
parent b52d79ec49
commit 290656faaf
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ docker run -it --rm --publish 127.0.0.1:9000:5432 -e POSTGRES_PASSWORD=password
Run the test suite:
```
POSTGRES_RPORT=9000 SPEC_HELPER_LOAD_METASPLOIT=false bundle exec rspec ./spec/acceptance/postgres_spec.rb
POSTGRES_RPORT=9000 SPEC_OPTS='--tag acceptance' SPEC_HELPER_LOAD_METASPLOIT=false bundle exec rspec ./spec/acceptance/postgres_spec.rb
```
#### Allure reports