-- Curtis J Schofield BlazingCloud.net
"Creativity can solve anything" - George Lois (source: art & copy) On Apr 4, 2012, at 3:02 PM, Brad Symons <[email protected]> wrote: > 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 It is this : non? > j.even?.should be_true > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
