develop #3
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user