]> git.openstreetmap.org Git - rails.git/commit
Remove the note and note_comments fixtures
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 6 Oct 2016 08:17:58 +0000 (09:17 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 6 Oct 2016 08:17:58 +0000 (09:17 +0100)
commit41c9bc23269a216e13ef9b0df387213f4ed22d8b
tree4cb8482c3fd0b5c9031e8b9982aa7dc659879404
parentc302174b0c532ded0eb7a808ba4556a67b96a111
Remove the note and note_comments fixtures

You may need to run "DELETE FROM notes" and "DELETE FROM note_comments"
on your local test database.
test/fixtures/note_comments.yml [deleted file]
test/fixtures/notes.yml [deleted file]
test/test_helper.rb