Skip to content

Commit

Permalink
Merge pull request #87 from kianmeng/fix-typo
Browse files Browse the repository at this point in the history
Fix typo, descripton -> description
  • Loading branch information
prpetten authored Mar 6, 2024
2 parents 22c3627 + 6bebacd commit c910071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/binding_of_caller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def @o.meth
end
end

describe "#frame_descripton" do
describe "#frame_description" do
it 'can be called on ordinary binding without raising' do
expect { binding.frame_description }.not_to raise_error
end
Expand Down

0 comments on commit c910071

Please sign in to comment.