]> git.immae.eu Git - github/fretlink/pronto-hlint.git/commitdiff
fix spec for eslint >= 3
authorMarkus Doits <markus.doits@stellenticket.de>
Thu, 11 Aug 2016 14:18:40 +0000 (16:18 +0200)
committerMarkus Doits <markus.doits@stellenticket.de>
Thu, 11 Aug 2016 14:18:40 +0000 (16:18 +0200)
spec/pronto/eslint_spec.rb

index f6a5ed06b9cf9fdd81f219320fcbb854e8a0b993..63d0d684727f3f37de0ea7e86cdcd41f0df449fa 100644 (file)
@@ -32,7 +32,7 @@ module Pronto
         let(:patches) { repo.diff('master') }
 
         its(:count) { should == 3 }
-        its(:'first.msg') { should == "'HelloWorld' is defined but never used" }
+        its(:'first.msg') { should == "'HelloWorld' is defined but never used." }
       end
     end
   end