Sha256: ecfe56d21d09674eae400ad7a964ceadbd19d38182616e187ac3a38d6e56ae7a

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

require 'spec_helper'

describe LintTrap::Language::CPP do
  subject(:language){described_class.new}

  it_behaves_like 'language'

  its(:name){is_expected.to eq('C++')}
  its(:linters){is_expected.to eq([LintTrap::Linter::CPPCheck.new])}
  it{is_expected.to be_known}
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lint_trap-0.0.15 spec/language/cpp_spec.rb
lint_trap-0.0.14 spec/language/cpp_spec.rb
lint_trap-0.0.13 spec/language/cpp_spec.rb