Skip to content

Commit 59fcb34

Browse files
authored
Merge pull request #43 from hayat01sh1da/hayta01sh1da/ruby/update-readme
[ruby] Update README
2 parents ebfc0af + 32deac1 commit 59fcb34

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

ruby/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,41 @@ asc
2323
Start exporting JSON data in ./json/settings.json
2424
Done export JSON data in ./json/settings.json 🎉
2525
```
26+
27+
## 4. Unit Test
28+
29+
```command
30+
$ ruby test/application_test.rb
31+
Run options: --seed 44849
32+
33+
# Running:
34+
35+
.....
36+
37+
Finished in 0.106035s, 47.1541 runs/s, 75.4466 assertions/s.
38+
39+
5 runs, 8 assertions, 0 failures, 0 errors, 0 skips
40+
```
41+
42+
## 5. Static Code Analysis
43+
44+
```command
45+
$ rubocop
46+
Inspecting 6 files
47+
......
48+
49+
6 files inspected, no offenses detected
50+
```
51+
52+
## 6. Type Checks
53+
54+
```command
55+
$ rbs-inline --output sig/generated/ .
56+
🎉 Generated 4 RBS files under sig/generated
57+
$ steep check
58+
# Type checking files:
59+
60+
........
61+
62+
No type error detected. 🧉
63+
```

0 commit comments

Comments
 (0)