MinxingRubySdk
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'minxing_ruby_sdk'
And then execute:
$ bundle
Or install it yourself as:
$ gem install minxing_ruby_sdk
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( http://github.com//minxing_ruby_sdk/fork )
- Create your feature branch (
git checkout -b my-new-feature
)
- Commit your changes (
git commit -am 'Add some feature'
)
- Push to the branch (
git push origin my-new-feature
)
- Create new Pull Request
##运行测试,当前目录,执行。
修改配置文件信息,然后执行测试
rspec spec/ocu_text_spec.rb
##debug模式
#加断点
binding.pry
#调试
debug: s/n/c (step/next/continue)