aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec
diff options
context:
space:
mode:
authorMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-03-14 23:08:08 +0200
committerMindaugas Mozūras <mindaugas.mozuras@gmail.com>2016-03-14 23:08:08 +0200
commitb338a7ad2866cec61a0409fc0745c18d8883d9c8 (patch)
tree8114f644ee40ef58e20f9185ce269c3a0e15d2dd /spec
parentdb8f1f434e7ffc9f57eef0758a19e9ad63dab827 (diff)
downloadpronto-hlint-b338a7ad2866cec61a0409fc0745c18d8883d9c8.tar.gz
pronto-hlint-b338a7ad2866cec61a0409fc0745c18d8883d9c8.tar.zst
pronto-hlint-b338a7ad2866cec61a0409fc0745c18d8883d9c8.zip
Depend on newest versions of pronto and eslint (less strictly)
Diffstat (limited to 'spec')
-rw-r--r--spec/pronto/eslint_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/pronto/eslint_spec.rb b/spec/pronto/eslint_spec.rb
index 8bd0bc8..29d46e4 100644
--- a/spec/pronto/eslint_spec.rb
+++ b/spec/pronto/eslint_spec.rb
@@ -2,10 +2,10 @@ require 'spec_helper'
2 2
3module Pronto 3module Pronto
4 describe ESLint do 4 describe ESLint do
5 let(:eslint) { ESLint.new } 5 let(:eslint) { ESLint.new(patches) }
6 6
7 describe '#run' do 7 describe '#run' do
8 subject { eslint.run(patches, nil) } 8 subject { eslint.run }
9 9
10 context 'patches are nil' do 10 context 'patches are nil' do
11 let(:patches) { nil } 11 let(:patches) { nil }