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