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
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
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