Re: [rspec-users] Help needed for instslling rspec

2010-07-15 Thread David Chelimsky
On Jul 15, 2010, at 12:36 PM, Patel, Mihir wrote: > Hi All, >I am new to BDD. I have ruby 1.8.7 on my RHEL5 computer. I am trying to > install RSpec by “gem install rspec” but I get an error saying : “could not > find rspec locally or in a repository”, Please help me out. Please type "gem

[rspec-users] Help needed for instslling rspec

2010-07-15 Thread Patel, Mihir
Hi All, I am new to BDD. I have ruby 1.8.7 on my RHEL5 computer. I am trying to install RSpec by "gem install rspec" but I get an error saying : "could not find rspec locally or in a repository", Please help me out. Regards, [ Mihir Patel | SDE Intern | +919 889 9537 | [email protected]

Re: [rspec-users] Help needed

2008-05-18 Thread Ashley Moran
On 18 May 2008, at 18:28, Jens Carroll wrote: I was not aware that "@xml_import.user.country.should equal(@country)" is already a trainwreck. I think I have even longer ones - refactoring might be the magic word for my code now. Well I guess it's more the wrong sort of leaves on the line

Re: [rspec-users] Help needed

2008-05-18 Thread Jens Carroll
Jarkko Laine schrieb: Hi Jens, On 17.5.2008, at 20.34, Jens Carroll wrote: Hi All, I am new to rspec and it seems that I don't understand some basics. I need to have a XML import which should parse through XML data and saves all that in various mysql tables. The XML part works just fine and I

Re: [rspec-users] Help needed

2008-05-18 Thread Jens Carroll
Ashley Moran schrieb: On 17 May 2008, at 18:34, Jens Carroll wrote: Hi All, I am new to rspec and it seems that I don't understand some basics. Hi Jens, Jarkko answered your real question but there are other things worth pointing out, more about style than actually making the specs work.

Re: [rspec-users] Help needed

2008-05-18 Thread Ashley Moran
On 17 May 2008, at 18:34, Jens Carroll wrote: Hi All, I am new to rspec and it seems that I don't understand some basics. Hi Jens, Jarkko answered your real question but there are other things worth pointing out, more about style than actually making the specs work. spec --- m

Re: [rspec-users] Help needed

2008-05-17 Thread Jarkko Laine
Hi Jens, On 17.5.2008, at 20.34, Jens Carroll wrote: Hi All, I am new to rspec and it seems that I don't understand some basics. I need to have a XML import which should parse through XML data and saves all that in various mysql tables. The XML part works just fine and I can test this with rsp

[rspec-users] Help needed

2008-05-17 Thread Jens Carroll
Hi All, I am new to rspec and it seems that I don't understand some basics. I need to have a XML import which should parse through XML data and saves all that in various mysql tables. The XML part works just fine and I can test this with rspec. However when I try to execute it "should find count