diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/helpers/stream_entries_helper_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/stream_entries_helper_spec.rb b/spec/helpers/stream_entries_helper_spec.rb index 1ef49a3ab..2c0d7b239 100644 --- a/spec/helpers/stream_entries_helper_spec.rb +++ b/spec/helpers/stream_entries_helper_spec.rb @@ -217,7 +217,7 @@ RSpec.describe StreamEntriesHelper, type: :helper do end it 'is true if right to left characters are greater than 1/3 of total text' do - expect(helper).to be_rtl 'aaݟ' + expect(helper).to be_rtl 'aaݟaaݟ' end end end |