greenletters icon indicating copy to clipboard operation
greenletters copied to clipboard

:"default" vs "default"

Open kwiknik opened this issue 11 years ago • 0 comments

I believe there's a typo in the timeout cucumber step definition, namely that :"default" is used whereas elsewhere "default" is used.

This causes a default process to not be found when specifying a timeout for it.

The two possible fixes are:

  1. Replace :"default" with "default"
  2. Replace all references to default with the symbol :default.

I chose the latter when rebuilding the gem locally, though also confirmed the former fixed the issue.

kwiknik avatar Dec 18 '12 12:12 kwiknik