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
I just found that rspec-its is able to call private getters on subject, this is probably not intentional and a side effect from using Object#send instead of Object#public_send.