Skip to content

Commit

Permalink
Remove trailing whitespaces in core/binding/dup_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed May 9, 2024
1 parent 92c3f9d commit 72563dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/binding/dup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
eval("b = 2", bind2)
-> { eval("b", bind1) }.should raise_error(NameError)
eval("b", bind2).should == 2

bind1.local_variables.sort.should == [:a, :bind1, :bind2]
bind2.local_variables.sort.should == [:a, :b, :bind1, :bind2]
end
Expand Down

0 comments on commit 72563dc

Please sign in to comment.