Skip to content

Commit

Permalink
Merge pull request #128 from whomwah/dr-setup
Browse files Browse the repository at this point in the history
Remove setup script as it just calls bundle install
  • Loading branch information
whomwah authored Jul 26, 2022
2 parents 469651e + b9f6e56 commit e9fb0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ svg = qrcode.as_ansi(
You can run the test suite using:

```
$ ./bin/setup
$ bundle install
$ rake # runs specs and standard:fix
$ rake spec # just runs the specs
```
Expand All @@ -267,7 +267,7 @@ $ ./bin/console
The project uses [standardrb](https://github.com/testdouble/standard) and can be used with:

```
$ ./bin/setup
$ bundle install
$ rake standard # checks
$ rake standard:fix # fixes
```
Expand Down
8 changes: 0 additions & 8 deletions bin/setup

This file was deleted.

0 comments on commit e9fb0e0

Please sign in to comment.