Re: [rspec-users] Simple code dosn't work

2012-04-04 Thread Brad Symons
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] Strange error when running bundle exec rspec spec

2012-04-04 Thread Brad Symons
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