I think you have a syntactical error on the line thats throwing the 
error, you state:

>         j.even?should be true     #throws an error on j == 2, j == 4

should this line not read as:

j.even?.should be true

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to