Skip to content

Commit 5d05e2d

Browse files
committed
remove duplication introduced in rebase
1 parent 378a6ec commit 5d05e2d

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

spec/services/handle_submission_for_store_spec.rb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,6 @@ def stable_as_json(record)
7979
end
8080
end
8181

82-
context "when there are multiple cohorts" do
83-
let(:cohort) { create(:cohort, :current, :unfunded) }
84-
let(:newer_cohort) { create(:cohort, :current, suffix: "b") }
85-
86-
let(:store) { super().merge("course_start_cohort" => cohort.identifier) }
87-
88-
before do
89-
cohort
90-
newer_cohort
91-
end
92-
93-
it "chooses the cohort specified in the store" do
94-
subject.call
95-
expect(last_application.cohort).to eq(cohort)
96-
end
97-
end
98-
9982
context "when the store includes information from the school path" do
10083
let(:store) do
10184
{

0 commit comments

Comments
 (0)