Difference between revisions of "Cannot load such file -- (...) (LoadError)"

From Test Automation Wiki
Jump to: navigation, search
(Created page with "The error message "Cannot load such file -- filename" 9 our of 10 times means that you're trying to use a Gem that you have not yet installed. To install a gem, open your...")
 
Line 5: Line 5:
 
gem install <gemname>
 
gem install <gemname>
 
</source>
 
</source>
 +
 +
[[Category:FAQ]]

Revision as of 11:14, 14 March 2017

The error message "Cannot load such file -- filename" 9 our of 10 times means that you're trying to use a Gem that you have not yet installed.

To install a gem, open your console and write:

gem install <gemname>