diff options
Diffstat (limited to 'spec/pronto')
-rw-r--r-- | spec/pronto/eslint_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/pronto/eslint_spec.rb b/spec/pronto/eslint_spec.rb index 27f57d1..f6a5ed0 100644 --- a/spec/pronto/eslint_spec.rb +++ b/spec/pronto/eslint_spec.rb | |||
@@ -1,8 +1,8 @@ | |||
1 | require 'spec_helper' | 1 | require 'spec_helper' |
2 | 2 | ||
3 | module Pronto | 3 | module Pronto |
4 | describe ESLint do | 4 | describe ESLintNpm do |
5 | let(:eslint) { ESLint.new(patches) } | 5 | let(:eslint) { ESLintNpm.new(patches) } |
6 | 6 | ||
7 | describe '#run' do | 7 | describe '#run' do |
8 | subject { eslint.run } | 8 | subject { eslint.run } |