aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-08-11 16:18:40 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-08-11 16:18:40 +0200
commitca6d2bf5810e19c2b81c29409f7db5f2932b9ab1 (patch)
treece9e7853ce6385ca245d42962830c4c540b8ebfe
parent1d19d52cb3c346f3a51a23e563057ae6ab268677 (diff)
downloadpronto-hlint-ca6d2bf5810e19c2b81c29409f7db5f2932b9ab1.tar.gz
pronto-hlint-ca6d2bf5810e19c2b81c29409f7db5f2932b9ab1.tar.zst
pronto-hlint-ca6d2bf5810e19c2b81c29409f7db5f2932b9ab1.zip
fix spec for eslint >= 3
-rw-r--r--spec/pronto/eslint_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/pronto/eslint_spec.rb b/spec/pronto/eslint_spec.rb
index f6a5ed0..63d0d68 100644
--- a/spec/pronto/eslint_spec.rb
+++ b/spec/pronto/eslint_spec.rb
@@ -32,7 +32,7 @@ module Pronto
32 let(:patches) { repo.diff('master') } 32 let(:patches) { repo.diff('master') }
33 33
34 its(:count) { should == 3 } 34 its(:count) { should == 3 }
35 its(:'first.msg') { should == "'HelloWorld' is defined but never used" } 35 its(:'first.msg') { should == "'HelloWorld' is defined but never used." }
36 end 36 end
37 end 37 end
38 end 38 end