Developing gems and testing

后端 未结 4 2040
野的像风
野的像风 2021-01-31 17:45

I am new to developing Ruby gems, but I thought I\'d give it a try.

Recently checking out the latest episode on Railscasts (http://railscasts.com/episodes/245-new-gem-wi

4条回答
  •  無奈伤痛
    2021-01-31 18:29

    You can actually do:

    cd ~/my_gem_path & bundle console

    And this will be a quick test:

    My::Gem::VERSION

提交回复
热议问题