Remove an unused variable in check_reviving_old_topic spec

This commit is contained in:
Neil Lalonde 2014-03-12 10:46:50 -04:00
parent 659e7fa4ce
commit cf630207b7

View File

@ -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)