Sha256: 7c6925e92df98bdfefd74cd376ff823c1e846edcb42d29f22a598cdc35b95dea
Contents?: true
Size: 307 Bytes
Versions: 20
Compression:
Stored size: 307 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
20 entries across 20 versions & 1 rubygems