We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c0525 commit e20b053Copy full SHA for e20b053
doc/note.md
@@ -1,12 +1,14 @@
1
# Miscellaneous notes for Numo::NArray
2
3
-## Running RSpec
+## Running Tests
4
5
-(in advance, install gem with --development option)
+```shell
6
+# All tests
7
+bundle exec rake test
8
- ```shell
-$ "${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"
+# Specific test
10
+bundle exec ruby test/narray_test.rb
11
+bundle exec ruby test/bit_test.rb
12
```
13
14
## YARD documents generation
0 commit comments