Skip to content

Commit a6ecde7

Browse files
committed
Update Maintaining.md
1 parent 64c3f58 commit a6ecde7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Maintaining.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Make your changes
66
- Update `version` value on `version.rb` file
77
- To install the package from local codes, you should build a gem `gem build veritrans.gemspec` after that `gem install veritrans-x.y.z.gem` (replace `x.y.z` with the version number e.g. `gem install veritrans-2.4.0.gem`)
8+
- Note: In case you want to test another new code changes, you will need to re-build & re-install, so that your latest code will be used by the locally installed gem
89
- To run all test `cd /lib/test` and after that `ruby -Itest all.rb`
910
- To run specific test `ruby snap_test.rb`
1011
- If you are using Rubymine, you can right click folder test and choose `run all tests in test`

0 commit comments

Comments
 (0)