Skip to content

Commit b19ecd7

Browse files
author
Nicolas Leger
committed
[Test] Fix typo in comments
1 parent 70af50a commit b19ecd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/github/client/git_data/references/list_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
end
5050
end
5151

52-
context 'with valid renference and refs' do
52+
context 'with valid reference and refs' do
5353
let(:ref) { 'refs/heads/lleger-refactor' }
5454

5555
it "should pass with valid reference" do
5656
expect { subject.list(user, repo, :ref => ref) }.to_not raise_error()
5757
end
5858
end
5959

60-
context 'with valid renference and refs with leading slash' do
60+
context 'with valid reference and refs with leading slash' do
6161
let(:ref) { '/refs/heads/lleger-refactor' }
6262

6363
it "should pass with valid reference" do

0 commit comments

Comments
 (0)