appfolio / ae_page_objects

Page Objects for Capybara
MIT License
28 stars 9 forks source link

Fix method_missing for "class" in ElementProxy #128

Closed jacob-carlborg closed 9 years ago

jacob-carlborg commented 9 years ago

A fake expectation on 'implicit_element', that it should never be called, is made in the test. It seems it's not possible to use 'expects' on ElementProxy which has removed all (most) methods and implements 'method_missing'.

jacob-carlborg commented 9 years ago

Updated with a test added.

dtognazzini commented 9 years ago

Looks good. Thanks!