We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210453e commit c87cb98Copy full SHA for c87cb98
spec/features/admin/meeting_spec.rb
@@ -39,7 +39,7 @@
39
scenario 'renders an error when no chapter has been selected' do
40
Fabricate(:meeting, name: 'August Meeting')
41
visit edit_admin_meeting_path(meeting)
42
- fill_in 'Slug', with: "#{I18n.l(today, format: :year_month).downcase}-august-meeting-1"
+ fill_in 'Slug', with: "#{I18n.l(meeting.date_and_time, format: :year_month).downcase}-august-meeting-1"
43
44
click_on 'Update'
45
0 commit comments