Displaying 1 result from an estimated 1 matches for "69fcf59a".
Did you mean:
69fc58a
2008 Sep 24
1
TextMate and RSpec
I have to persist some data in the database to test the interactions
between two of my models. One model has a serial number attribute that
is unique, so it must be entered once and only once.
rake spec deletes all the data, allowing my tests to pass. . Running
rspec under TextMate produces a fail, however, because the data in
tables remain. This is somewhat inconsistent, too. Running it