* Renamed display ad variables and descriptions in tests * Renamed api docs display_ads => billboards * Updated billboard cypress seeds * Fixed api billboards specs * Update db/schema.rb Co-authored-by: Duke Greene <dukegreene@gmail.com> --------- Co-authored-by: Ben Halpern <bendhalpern@gmail.com> Co-authored-by: Duke Greene <dukegreene@gmail.com>
7 lines
156 B
Ruby
7 lines
156 B
Ruby
FactoryBot.define do
|
|
factory :billboard_event do
|
|
category { BillboardEvent::CATEGORY_IMPRESSION }
|
|
context_type { "home" }
|
|
billboard
|
|
end
|
|
end
|