kevinelliott / agent_orange

Parse and process User Agents like a secret one
126 stars 36 forks source link

is_mobile? not working #1

Closed austinthecoder closed 12 years ago

austinthecoder commented 12 years ago

ua.device is returning 'Mobile' but ua.is_mobile? is returning false

Does this gem have tests?

kevinelliott commented 12 years ago

Resolved. I'll create an issue separately to track the gem tests. There are no tests now, but I have been planning to create them (as mentioned on the main github page for this gem under Status).

austinthecoder commented 12 years ago

Oops, missed that section. You'll definitely more traction on this gem with tests. Good luck!

kevinelliott commented 12 years ago

Thanks, yep I agree. Didn't expect any traction yet to begin with, but it will encourage me to get full coverage much more quickly.