remove unused deletion code from user

This commit is contained in:
r888888888
2013-05-20 17:50:13 -07:00
parent 0d22bbd169
commit e510e4d35f
4 changed files with 8 additions and 61 deletions

View File

@@ -2,10 +2,10 @@ FactoryGirl.define do
factory(:note) do
creator :factory => :user
post
x 0
y 0
width 0
height 0
x 1
y 1
width 1
height 1
is_active true
body {Faker::Lorem.sentences.join(" ")}
updater_id :factory => :user