Kalys Osmonov

Results 7 comments of Kalys Osmonov

I'm owner of the repo and I can publish new versions to the rubygems. But I have no time to maintain this library because I stopped using both unicorn and...

IMO controlling status bar style is not responsibility of the library. It allows to use delegate methods for triggering appropriate events. I archived this feature using the next steps: Set...

Hello Aaron. Could you provide stack trace of error?

Could you try to run cucumber with `-b` option?

I don't like the idea of using instance variables in cucumber scenarios. Cucumber steps should be written in business language and business language rarely operate with variables and instance variables....

I found a good article written by @jnicklas. http://www.elabs.se/blog/15-you-re-cuking-it-wrong tldr: A step description should never contain regexen, CSS or XPath selectors, any kind of code or data structure. It should...

Hi! Thank you for the contribution! I'll merge the PR and release a new version within 3-5 days.