appfolio / ae_page_objects

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

Fix typo in README documentation #200

Closed joelbandi closed 7 years ago

joelbandi commented 7 years ago

The conventions section in the README file has a LoginPage implementation with a method named login! but it's used everywhere as LoginPage.login_as!.

Renamed all instances of login_as! to login!

pkmiec commented 7 years ago

Thanks for being proactive!