David Chelimsky wrote:
> On Nov 8, 2007 8:36 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
>> On Nov 8, 2007 8:21 PM, Patrick Aljord <[EMAIL PROTECTED]> wrote:
>> > Nothing its a fresh project with latest rails edge that i started to
>> > learn rspec.
>>
>> Rails edge or 2.0 preview?
>>
> 
> I just did this:
> 
> rails foo
> cd foo
> rake rails:freeze:edge
> ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec
> ruby script/plugin install
> svn://rubyforge.org/var/svn/rspec/trunk/rspec_on_rails
> script/generate rspec
> rake db:create:all
> script/generate rspec_scaffold Thing name:string
> rake db:migrate
> rake spec
> 
> All ran perfectly well. I really don't know what's going on on your 
> machine.

Installing plugin from the url you provided fixed the issue. I had 
"undefined method `failure_message'" problem with plugin installed today 
from this url: 
svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to