Kannan Manickam

Results 26 comments of Kannan Manickam

Hello @tomduckering It currently doesn't read from the Berksfile but that's something I would like to see getting integrated in this tool soon (It currently depends on Berkshelf). I myself...

Thanks for the suggestion @douglaswth. There doesn't seem to be any existing ruby projects for drawing unicode tables. If I can't find one, I'll probably make one.

`+1` for this. May be it could be written as a system service like [this one](http://brettterpstra.com/projects/markdown-service-tools/) if writing this way doesn't require the knowledge of Apple Mail API. I really...

Could you add a unit test for this please?

I see the following failures as well. ``` Failures: 1) JenkinsApi::Client::Job With properly initialized client InstanceMethods #build Should build the specified job (wait for start) Failure/Error: build_id = @client.job.build(@job_name, {},...

@katelovescode I apologize for not responding promptly to your email. I've added you as a collaborator now. I'd appreciate if you can mention me in any discussions.

Hi @skidad I was thinking about writing tests in [cucumber](http://cukes.info/) as it is easy and simple. The [berkshelf](https://github.com/berkshelf/berkshelf) project has great examples. If you have other options, I would be...

Correct, `double` is an rspec mock object. It looks like cucumber has a way to use rspec mock objects in it. [Here](https://github.com/cucumber/cucumber/wiki/Mocking-and-Stubbing-with-Cucumber) is more information.

Efrain, Thanks for reporting the issue. But it looks like the "next execution" is a plugin https://wiki.jenkins-ci.org/display/JENKINS/Next+Executions. It would be good to have though we currently don't have a lot...