You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert all method names to Symbols to test correctly in Ruby <= 1.8.7
* Object#methods returns Strings in Ruby 1.8.7 and below, so in order to
have accurate tests across all Ruby versions they must be all converted
to Symbols beforehand.
0 commit comments