diff options
author | ysksn <bluewhale1982@gmail.com> | 2017-11-17 10:52:30 +0900 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-11-17 10:52:30 +0900 |
commit | 9dd5e329ab5edab705c5622bc97f93bd5c50976b (patch) | |
tree | 4b84681131e58107ffeebac9412f7577f93fbaf1 /spec/lib | |
parent | 3e90987c8b0c620b6fc104350b8eb16d17d7e80a (diff) |
Remove empty strings (#5732)
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/user_settings_decorator_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/user_settings_decorator_spec.rb b/spec/lib/user_settings_decorator_spec.rb index 6fbf6536b..fee875373 100644 --- a/spec/lib/user_settings_decorator_spec.rb +++ b/spec/lib/user_settings_decorator_spec.rb @@ -62,7 +62,7 @@ describe UserSettingsDecorator do settings.update(values) expect(user.settings['auto_play_gif']).to eq false end - + it 'updates the user settings value for system font in UI' do values = { 'setting_system_font_ui' => '0' } |