Skip to content

Commit

Permalink
Added setup instructions for testing the core/stdlib types.
Browse files Browse the repository at this point in the history
  • Loading branch information
yalab committed Jul 6, 2023
1 parent 3c7387e commit c04be15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This is a guide for testing core/stdlib types.

We support writing tests for core/stdlib signatures.

### Setup

To prepare, execute the following command.

```
$ bundle exec rake compile:rbs_extension
```

### Writing tests

First, execute `generate:stdlib_test` rake task with a class name that you want to test.
Expand Down

0 comments on commit c04be15

Please sign in to comment.