mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Removed unused let blocks (#7446)
The bodies of these blocks were never evaluated.
This commit is contained in:
committed by
Guo Xiang Tan
parent
17b34f5744
commit
ad44243a57
@@ -233,9 +233,6 @@ describe SiteSettings::TypeSupervisor do
|
||||
end
|
||||
|
||||
describe '#to_rb_value' do
|
||||
let(:true_val) { 't' }
|
||||
let(:false_val) { 'f' }
|
||||
|
||||
it 'the type can be overriden by a parameter' do
|
||||
expect(settings.type_supervisor.to_rb_value(:type_null, '1', SiteSetting.types[:integer])).to eq(1)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user