post_test.rb: add more metatag search tests.

This commit is contained in:
evazion
2017-02-06 01:58:45 -06:00
parent cac5eae3c4
commit 35b3398142
5 changed files with 340 additions and 167 deletions

View File

@@ -1,6 +1,6 @@
FactoryGirl.define do
factory(:note) do
creator :factory => :user
creator
post
x 1
y 1
@@ -8,7 +8,6 @@ FactoryGirl.define do
height 1
is_active true
body {FFaker::Lorem.sentences.join(" ")}
updater_id :factory => :user
updater_ip_addr "127.0.0.1"
end
end