Sha256: 58758c4e2ecacb1d06b258cd4a76716862164fcc5fb39f5025b12ec417bc93c9
Contents?: true
Size: 308 Bytes
Versions: 14
Compression:
Stored size: 308 Bytes
Contents
require 'spec_helper' describe Fasterer::Analyzer do let(:test_file_path) { RSpec.root.join('support', 'analyzer', '99_exceptional_files.rb') } it 'diacritics should not raise an error' do analyzer = Fasterer::Analyzer.new(test_file_path) expect { analyzer.scan }.not_to raise_error end end
Version data entries
14 entries across 14 versions & 1 rubygems