I have my application happily generating UUID primary keys using the
uuidtools gem.

But the auto-generated specifications created by "script/generate
rspec_scaffold...", etc, assume that one is using a sequential integer
primary key.

For those who have hit this same issue, is it just a matter of rewriting
the auto-generated specifications to take this into account, or does one
have to dig into the code of rspec because this assumptions is hardwired
in?

Thanks in advance.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to