Skip to content

Commit 635e807

Browse files
committed
oops
1 parent 13fa0a7 commit 635e807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/coderay_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
describe '.encode2' do
1818
it 'covers' do
19-
expect(CodeRay.encode('test', :python, :count)).to eq(1)
19+
expect(CodeRay.encode2('test', :python, :count)).to eq(1)
2020
end
2121
end
2222

0 commit comments

Comments
 (0)