Skip to content

Commit

Permalink
Specify spec names
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWalkingLeek committed Sep 16, 2024
1 parent b76227c commit a94bbfe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

def value(key) = row.fetch(key)

describe "person without household" do
describe "person without sac_family/household" do
let(:people) do
[person]
end
Expand All @@ -58,7 +58,7 @@ def value(key) = row.fetch(key)
end
end

describe "person with household but other member not in export" do
describe "person with sac_family/household but other member not in export" do
let(:people) do
in_export = person.tap { _1.household_key = "42" }
family_member
Expand All @@ -81,7 +81,7 @@ def value(key) = row.fetch(key)
end
end

describe "person with household and other member in export" do
describe "person with sac_family/household and other member in export" do
let(:people) do
in_export1 = person.tap { _1.household_key = "42" }
in_export2 = Fabricate.build(:person, first_name: "Max", last_name: "Muster", household_key: "42")
Expand Down

0 comments on commit a94bbfe

Please sign in to comment.