Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 6, 2020
1 parent c3235a6 commit 3e1bf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/ast/range_node_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
it { expect(range_node.range_type?).to be(true) }
end

context 'with a beiginless range' do
context 'with a beignless range' do
let(:ruby_version) { 2.7 }
let(:source) do
'..42'
Expand Down

0 comments on commit 3e1bf9d

Please sign in to comment.