remove unused deletion code from user
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user