[rspec-users] [rspec]. Inexplicable error in simple specs
Juanma Cervera
lists at ruby-forum.com
Sun May 3 04:36:31 EDT 2009
Well
It seems that the problem is not with the view integration but with the
fixtures.
I didn't know if the fixtures loaded in the spec of a controller may
affect the specs of the model, but they indeed do.
I thought each spec runs in its own database transaction and the data
does not affect other spec. Is it true?
Thanks
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list