]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - spec/pronto/eslint_spec.rb
rebrand to Pronto::ESLintNpm
[github/fretlink/pronto-hlint.git] / spec / pronto / eslint_spec.rb
index 27f57d170983c7561e68918d2a21f36b9cba7f36..f6a5ed06b9cf9fdd81f219320fcbb854e8a0b993 100644 (file)
@@ -1,8 +1,8 @@
 require 'spec_helper'
 
 module Pronto
-  describe ESLint do
-    let(:eslint) { ESLint.new(patches) }
+  describe ESLintNpm do
+    let(:eslint) { ESLintNpm.new(patches) }
 
     describe '#run' do
       subject { eslint.run }