Sha256: 0cb8320bdebe9661eaaa902ad3cf52819fe4f11ce83a7a279dd3f72e58071a11

Contents?: true

Size: 323 Bytes

Versions: 20

Compression:

Stored size: 323 Bytes

Contents

require 'spec_helper'

describe Fasterer::Analyzer do
  let(:test_file_path) { RSpec.root.join('support', 'analyzer', '13_sort_vs_sort_by.rb') }

  it 'should detect sort once' do
    analyzer = Fasterer::Analyzer.new(test_file_path)
    analyzer.scan
    expect(analyzer.errors[:sort_vs_sort_by].count).to eq(1)
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
fasterer-0.11.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.10.1 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.10.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.9.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.8.3 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.8.2 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.8.1 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.8.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.7.1 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.7.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.6.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.5.1 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.5.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.4.2 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.4.1 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.4.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.3.2 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.3.1 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.3.0 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb
fasterer-0.2.1 spec/lib/fasterer/analyzer/13_sort_vs_sort_by_spec.rb