From: Tom Galpin Date: 2013-04-30T16:15:19+09:00 Subject: Rspec/rake note working Working on a tutorial and starting to use TDD/rspec. For some reason I cannot get it to work. Been working trying to fix this over two days now. The tutorial has given me a Rakefile that should work. I also have a spec file and I am creating a file to pass the tests. I am supposed to run 'rake' in my console to have it return the passing or failing tests, but each time (no matter how much I move things around) I get the following message (as if the 'hello.rb' file doesn't exist): in /Users/******/Desktop/********/learn_ruby) /Users/*******/Desktop/******/learn_ruby/00_hello/hello_spec.rb:116:in `require': cannot load such file -- hello (LoadError) -- Posted via http://www.ruby-forum.com/.