Skip to content

Commit 8dc435e

Browse files
committed
Write how to test via guard
1 parent ea468d9 commit 8dc435e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,18 @@ https://docs.docker.com/engine/installation
5656

5757
### Run test
5858

59+
You can run test via m:
60+
5961
$ docker-compose run app bin/m
6062
$ docker-compose run ruby-2-3 bin/m
6163
$ docker-compose run ruby-2-2 bin/m
6264

65+
Or run via guard:
66+
67+
$ docker-compose run app bin/guard
68+
$ docker-compose run ruby-2-3 bin/guard
69+
$ docker-compose run ruby-2-2 bin/guard
70+
6371
## Contributing
6472

6573
Bug reports and pull requests are welcome on GitHub at https://github.com/mtsmfm/language_server-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Continuous testing using guard:
2-
# docker-compose run -v $PWD:/tmp/src -w /tmp/src app bash -c 'bundle && guard'
31
version: '3.0'
42
services:
53
app: &app

0 commit comments

Comments
 (0)