eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
811 stars 231 forks source link

Support meck:expect with improper list mock data #102

Closed adbl closed 11 years ago

adbl commented 11 years ago

Using meck:expect wich a dict as mock data caused crash in lists:any, since dicts use improper lists.

eproxus commented 11 years ago

Good find! Thanks for the patch!