We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70af50a commit b19ecd7Copy full SHA for b19ecd7
1 file changed
spec/github/client/git_data/references/list_spec.rb
@@ -49,15 +49,15 @@
49
end
50
51
52
- context 'with valid renference and refs' do
+ context 'with valid reference and refs' do
53
let(:ref) { 'refs/heads/lleger-refactor' }
54
55
it "should pass with valid reference" do
56
expect { subject.list(user, repo, :ref => ref) }.to_not raise_error()
57
58
59
60
- context 'with valid renference and refs with leading slash' do
+ context 'with valid reference and refs with leading slash' do
61
let(:ref) { '/refs/heads/lleger-refactor' }
62
63
0 commit comments