Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Nov 24, 2019
1 parent 13fa0a7 commit 635e807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/coderay_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

Expand Down

0 comments on commit 635e807

Please sign in to comment.