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/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
