Cannot load such file -- (...) (LoadError)

From Test Automation Wiki
Revision as of 09:26, 23 November 2016 by Gijsp (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>