spec/factories/content_element.rb in pulitzer-0.4.8 vs spec/factories/content_element.rb in pulitzer-0.4.9
- old
+ new
@@ -1,8 +1,7 @@
FactoryGirl.define do
factory :content_element, class: Pulitzer::ContentElement do
sequence(:label) { |n| "Slide 1 content element #{n}" }
- title { "Night's Watch" }
body { "I pledge my life and honor to the Night's Watch, for this night and all the nights to come" }
association :content_element_type
trait :video do
body { "https://www.youtube.com/watch?v=yLisM2KPDIA" }