calebhearth / formulaic

Simplify form filling with Capybara
MIT License
552 stars 29 forks source link

Treat `Symbol` values as string input #51

Closed hovsater closed 8 years ago

hovsater commented 8 years ago

This pull request ensures that Symbol values are treated as strings and therefore handled by the StringInput class as well.

calebhearth commented 8 years ago

Can you add a test case for filling a symbol value?

hovsater commented 8 years ago

@calebthompson I've added a test for filling in a symbol value now.