Skip to content

Commit e20b053

Browse files
committed
Updated note.md with modern test commands
1 parent 95c0525 commit e20b053

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/note.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Miscellaneous notes for Numo::NArray
22

3-
## Running RSpec
3+
## Running Tests
44

5-
(in advance, install gem with --development option)
5+
```shell
6+
# All tests
7+
bundle exec rake test
68

7-
```shell
8-
$ "${HOME}/.gem/ruby/2.?/bin/rspec" "${HOME}/.gem/ruby/2.?/gems/numo-narray-0.9.?.?/spec/bit_spec.rb"
9-
$ "${HOME}/.gem/ruby/2.?/bin/rspec" "${HOME}/.gem/ruby/2.?/gems/numo-narray-0.9.?.?/spec/narray_spec.rb"
9+
# Specific test
10+
bundle exec ruby test/narray_test.rb
11+
bundle exec ruby test/bit_test.rb
1012
```
1113

1214
## YARD documents generation

0 commit comments

Comments
 (0)