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
Post a Comment