mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
DEV: Upgrade to Rails 7
This patch upgrades Rails to version 7.0.2.4.
This commit is contained in:

committed by
Loïc Guitaut

parent
532f9cdb1a
commit
008b700a3f
@ -3,8 +3,8 @@
|
||||
describe GivenDailyLike do
|
||||
|
||||
it 'no errors without a user' do
|
||||
expect(-> { GivenDailyLike.increment_for(nil) }).not_to raise_error
|
||||
expect(-> { GivenDailyLike.decrement_for(nil) }).not_to raise_error
|
||||
expect { GivenDailyLike.increment_for(nil) }.not_to raise_error
|
||||
expect { GivenDailyLike.decrement_for(nil) }.not_to raise_error
|
||||
end
|
||||
|
||||
context 'with a user' do
|
||||
|
Reference in New Issue
Block a user