develop #3

Merged
kbe merged 227 commits from develop into main 2025-09-16 14:35:23 +00:00
2 changed files with 31 additions and 22 deletions
Showing only changes of commit 0879b3c924 - Show all commits

View File

@@ -16,6 +16,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,
@@ -109,6 +110,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,
@@ -147,6 +149,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,
@@ -184,6 +187,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,
@@ -221,6 +225,7 @@ class TicketTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,

View File

@@ -90,6 +90,7 @@ class TicketTypeTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,
@@ -132,6 +133,7 @@ class TicketTypeTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,
@@ -162,6 +164,7 @@ class TicketTypeTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,
@@ -193,6 +196,7 @@ class TicketTypeTest < ActiveSupport::TestCase
party = Party.create!( party = Party.create!(
name: "Valid Party Name", name: "Valid Party Name",
slug: "valid-party-name",
description: "Valid description for the party that is long enough", description: "Valid description for the party that is long enough",
latitude: 48.8566, latitude: 48.8566,
longitude: 2.3522, longitude: 2.3522,