diff options
| author | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 19:26:40 +0100 |
|---|---|---|
| committer | Kornelius Kalnbach <murphy@rubychan.de> | 2019-11-24 19:26:40 +0100 |
| commit | 635e8071778c1a9adb4d3afb63d411ac7723db3d (patch) | |
| tree | 739dd51340373da4a2b4767381825ad289d2e83e /spec/coderay_spec.rb | |
| parent | 13fa0a7caeaadbe8a55195e2cba8d482f4f0f8a4 (diff) | |
| download | coderay-test-code-climate.tar.gz | |
Diffstat (limited to 'spec/coderay_spec.rb')
| -rw-r--r-- | spec/coderay_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/coderay_spec.rb b/spec/coderay_spec.rb index f93f73b..48404b2 100644 --- a/spec/coderay_spec.rb +++ b/spec/coderay_spec.rb @@ -16,7 +16,7 @@ RSpec.describe CodeRay do describe '.encode2' do it 'covers' do - expect(CodeRay.encode('test', :python, :count)).to eq(1) + expect(CodeRay.encode2('test', :python, :count)).to eq(1) end end |
