If you want to test the functionality of your gem before pushing it to public, you can specify the path of your local gem in your Gemfile.
Like this
gem 'foo', :path => 'path/to/gem'
If you want to test the functionality of your gem before pushing it to public, you can specify the path of your local gem in your Gemfile.
Like this
gem 'foo', :path => 'path/to/gem'