Sha256: def1202aa10af812d597b04be0e57afe970bf3b25f51f88ac7f93d4c337e7bfa

Contents?: true

Size: 337 Bytes

Versions: 20

Compression:

Stored size: 337 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

20 entries across 20 versions & 1 rubygems

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