ruby on rails - Installing a gem from a project -


i want use transpec try , convert specs rspec 3:

https://github.com/yujinakayama/transpec 

but cannot access gem through firewall.

i downloaded transpec project, there way can install gem project? don't want include in gem file using once.

is there way like?

gem install <path project>?

in gemfile

gem 'transpec', path: 'path/to/your/gem' 

this has worked me.

i dump them in vendor/gems, so:

gem 'transpec', path: 'vendor/gems/transpec' 

after you're done can remove vendor/gems/transpec , remove gemfile


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -