[rspec-users] specin' update_attributes! + Hash

2008-01-21 Thread CNNN NICK
Hi, I am facing a problem while trying to test a method that updates an attribute. The attribute format should be converted to YAML format before storing in the table which is excatly what is going on. But when testing it using expectations in rspec it returns an error. *** below is the error mes

Re: [rspec-users] specin' update_attributes! + Hash

2008-01-21 Thread CNNN NICK
Oh, it's escaping the characters in the YAML format... sorry for that -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] autotest displays no output

2008-01-15 Thread CNNN NICK
Hi all, I wasn't able to solve the problem of autotest not printing or running test until i read this post. I deleted the opts file and everything started working again. I am running autotest from Netbeans though, within my RoR projects. If i use the command line, it doesn't print colored resu