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/.
_
Hi
I have been following the online rails tutorial written by Micheal
Hartl, can be found here:
http://ruby.railstutorial.org/chapters/beginning#top
As I have been going through the chapters, at first the rspec tests were
running completely fine. One of the chapters suggests installing
blueprint