Skip to content

Commit 583e51b

Browse files
committed
Update README and CONTRIBUTING files
1 parent a3efa07 commit 583e51b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To develop tetra, you will need:
66

77
* to install Bundler and Ruby development headers. On SUSE distros, use
8-
`sudo zypper install ruby3.1-rubygem-bundler ruby-devel`;
8+
`sudo zypper install ruby3.4-rubygem-bundler ruby3.4-devel`;
99
* to get development dependencies: `bundle install`;
1010

1111
To install a development version of tetra use:
@@ -14,8 +14,8 @@ To install a development version of tetra use:
1414
sudo rake install
1515
```
1616

17-
To run tests, simply run `rake`. Please note that tests are divided into fine (more similar to unit tests) and coarse
18-
(more similar to integration tests).
17+
To run tests, simply run `rake` or `bundle exec rake`. Please note that tests are divided into fine
18+
(more similar to unit tests) and coarse (more similar to integration tests).
1919

2020
## Coding style
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rake install
3535

3636
Test can be found in the `spec/` folder and are divided into fine (more similar to unit tests) and coarse
3737
(more similar to integration tests).
38-
To run tests manually, simply execute `rake`.
38+
To run tests manually, simply execute `rake` or `bundle exec rake`.
3939
With every Pull Request against master and consecutive pushes to that PR, several [GitHub Actions tests](https://github.com/uyuni-project/tetra/tree/master/.github/workflows)
4040
will run automatically.
4141

0 commit comments

Comments
 (0)