mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 03:21:02 +08:00
Remove an unused variable in check_reviving_old_topic spec
This commit is contained in:
parent
659e7fa4ce
commit
cf630207b7
|
@ -288,8 +288,6 @@ describe ComposerMessagesFinder do
|
|||
end
|
||||
|
||||
context "a reply" do
|
||||
let(:finder) { described_class.new(user, composerAction: 'reply') }
|
||||
|
||||
context "warn_reviving_old_topic_age is 180 days" do
|
||||
before do
|
||||
SiteSetting.stubs(:warn_reviving_old_topic_age).returns(180)
|
||||
|
|
Loading…
Reference in New Issue
Block a user