On Fri, Sep 7, 2012 at 2:14 PM, Anand K V R. wrote:
> Hi Friends.
>
> I'm an absolute Tester (little experience on development upto college
> level) and had been asked to Test an application developed in Rails. As
> our client selected Rspec, I have no other go.
>
> Can anyone help me with a basic
Hi Friends.
I'm an absolute Tester (little experience on development upto college
level) and had been asked to Test an application developed in Rails. As
our client selected Rspec, I have no other go.
Can anyone help me with a basic program in Rspec how to open GMAIL,
enter username / password
Hi Ben,
On 1 Jun 2012, at 16:46, Ben Densmore wrote:
> I recently wrote my first gem and am now in the process of learning how
> to write tests for it before I release.
>
> My gem is pretty basic and really just has a few class files with some
> methods for using GET to an API that returns some
I recently wrote my first gem and am now in the process of learning how
to write tests for it before I release.
My gem is pretty basic and really just has a few class files with some
methods for using GET to an API that returns some JSON data.
I'm trying to come up with what I should be testing