On Jul 5, 2008, at 9:03 AM, John Knox wrote:

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?

What happens when you run the generated examples?
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to