views:

162

answers:

1

I am trying to follow this tutorial and I get the following error which turns up no google results and I'm still too inexperienced to know how to fix it. Any suggestions?

ERROR: While executing gem ... (TypeError) wrong argument type Symbol (expected Proc)

I am not even sure what gem bundle does exactly so I am not sure where to look next.

A: 

Don't know about the error but follow the projects documentation and see if it fixes it: http://github.com/auxesis/cucumber-nagios

As the documentation says gem bundle comes from bundler gem.

vesan