This website requires JavaScript.
Explore
Help
Sign In
SWREI
/
instrumental
Watch
0
Star
0
Fork
0
You've already forked instrumental
Code
Issues
Activity
ae9f5379d1
instrumental
/
spec
/
models
/
announcement_reaction_spec.rb
7 lines
98 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-22 09:55:31 +09:00
# frozen_string_literal: true
Add announcements (#12662) * Add announcements Fix #11006 * Add reactions to announcements * Add admin UI for announcements * Add unit tests * Fix issues - Add `with_dismissed` param to announcements API - Fix end date not being formatted when time range is given - Fix announcement delete causing reactions to send streaming updates - Fix announcements container growing too wide and mascot too small - Fix `all_day` being settable when no time range is given - Change text "Update" to "Announcement" * Fix scheduler unpublishing announcements before they are due * Fix filter params not being passed to announcements filter
2020-01-24 06:00:13 +09:00
require
'rails_helper'
Fix RSpec/InferredSpecType cop (#24736)
2023-05-04 12:49:53 +09:00
RSpec
.
describe
AnnouncementReaction
do
Add announcements (#12662) * Add announcements Fix #11006 * Add reactions to announcements * Add admin UI for announcements * Add unit tests * Fix issues - Add `with_dismissed` param to announcements API - Fix end date not being formatted when time range is given - Fix announcement delete causing reactions to send streaming updates - Fix announcements container growing too wide and mascot too small - Fix `all_day` being settable when no time range is given - Change text "Update" to "Announcement" * Fix scheduler unpublishing announcements before they are due * Fix filter params not being passed to announcements filter
2020-01-24 06:00:13 +09:00
end
Reference in New Issue
Copy Permalink