Dependencies update and use adapter's url_name instaid of the given name for index lookup for consistent url and index path locations

This commit is contained in:
2018-08-29 11:34:45 -05:00
parent 1428d0ce1b
commit bc636294c6
8 changed files with 79 additions and 84 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FactoryGirl.define do
FactoryBot.define do
factory :post do
sequence(:title) {|i| "post-#{i}"}
sequence(:body) {|i| "post-body-#{i}"}