Sha256: 056f77af2c74cbabf41db7b551f8346e9b420bdefb738c7d670b57cb55573bc9

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

# frozen_string_literal: true

RSpec.describe PhNoToWord::SplitDictionary do
  it 'should split the provided dictionary file' do
    expect { PhNoToWord::SplitDictionary.split_files('fake/path/test.txt') }.to raise_error(PhNoToWord::Error::FileNotExists)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ph_no_to_word-2.1.0 spec/split_dictionary_spec.rb