jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Rename Registry#equal? to Registry#matches? #449

Closed yorickpeterse closed 8 years ago

yorickpeterse commented 8 years ago

This ensures the method doesn't re-define Object#equal? in a way that's not compatible with the default implementation.

Fixes #448

yorickpeterse commented 8 years ago

Any comments on this? Is this good to go?

jejacks0n commented 8 years ago

Thanks. =)