learning rspec issues

For the umpteenth time, in trying to become a better developer, i'm trying to practice BDD with rspec.

after running the command:

script/generate rspec_scaffold Housing rake spec

i get the following errors:

http://pastie.caboo.se/152653

this is a fresh install and i immediately get errors after running the spec command. how do i get rid of these errors so its a successful rake spec.

would be helpful to see the code, that generates the errors (not all of them, but the first test function and any setup code that may influence it, eg loaded fixtures...)

For the umpteenth time, in trying to become a better developer, i'm trying to practice BDD with rspec.

after running the command:

script/generate rspec_scaffold Housing rake spec

i get the following errors:

Parked at Loopia

this is a fresh install and i immediately get errors after running the spec command. how do i get rid of these errors so its a successful rake spec.

What versions of rspec and rails are you using? It looks like you're using edge rails. If you are, you also have to use rspec's trunk. See http://rspec.info/documentation/rails/install.html for more info.

Cheers, David

thanks guys, I did have edge rails and hence I needed to install rspec's trunk. I was using rspec 1.1.3.