On Sun, Jan 8, 2012 at 8:18 PM, umair iqbal wrote:
> Hi All
> I am new to rspec. How can I write specs for this class
> Anyone please provide me the detail specs for this class
> thanks
>
Start by asking yourself what this class does. Then try to come up
with an example. Then, think about what th
Hi All
I am new to rspec. How can I write specs for this class
Anyone please provide me the detail specs for this class
thanks
module Sitemap
class Job
def initialize(country_version, directory, country_host)
@country_version = country_version
@directory = directory
@count