Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions Appraisals

This file was deleted.

9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,10 @@ To run all unit specs against the latest dependency versions, execute
bundle exec rake spec
```

To run all Rails-related specs against all supported versions of Rails, execute

```sh
bundle exec appraisal rake spec:rails
```

To run integration specs, start a mock SQS server on `localhost:5000`. One such option is [cjlarose/moto-sqs-server](https://github.com/cjlarose/moto-sqs-server). Then execute
To run integration specs (including Rails tests), start LocalStack and run:

```sh
docker compose up -d
bundle exec rake spec:integration
```

Expand Down