Sha256: 7a8a4d58c1adff757eff49926b95b13706d91f40e3cb9e34d098e234621f72c5

Contents?: true

Size: 338 Bytes

Versions: 10

Compression:

Stored size: 338 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(2)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fasterer-0.1.9 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.8 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.7 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.6 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.5 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.4 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.3 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.2 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.1 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb
fasterer-0.1.0 spec/lib/fasterer/analyzer/12_select_first_vs_detect_spec.rb