diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/setting_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/setting_test.rb b/test/unit/setting_test.rb index 5d4986760..80c632a5a 100644 --- a/test/unit/setting_test.rb +++ b/test/unit/setting_test.rb @@ -148,6 +148,5 @@ class SettingTest < ActiveSupport::TestCase def test_default_text_formatting_for_new_installations_is_common_mark assert_equal 'common_mark', Setting.text_formatting - assert_equal 'common_mark', Setting.find_by(:name => 'text_formatting').value end end |