Skip to content

Commit

Permalink
Change spec to the course summary default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Nov 25, 2024
1 parent f7a84b6 commit 7ad2364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/serializers/api/public/v1/serializable_course_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
it { is_expected.to have_attribute(:start_date).with_value("September #{course.provider.recruitment_cycle.year}") }
it { is_expected.to have_attribute(:state).with_value('published') }
it { is_expected.to have_attribute(:study_mode).with_value('full_time') }
it { is_expected.to have_attribute(:summary).with_value('PGCE with QTS full time teaching apprenticeship') }
it { is_expected.to have_attribute(:summary).with_value('QTS with PGCE full time teaching apprenticeship') }
it { is_expected.to have_attribute(:subject_codes).with_value(%w[00]) }

it { is_expected.to have_attribute(:degree_grade).with_value(course.degree_grade) }
Expand Down

0 comments on commit 7ad2364

Please sign in to comment.