WhiteListHelper plugin not passing any tests

Hi

I'm wondering if anyone has the white_list plugin by Rick passing tests. It seems to be working but a lot of the tests call for something like

assert_equal white_list( text ), text

but the HTML attributes seem to go through a Hash and their order is the junked so the tests don't pass.

I'm I doing something wrong or is this usual?

Cheers Dan

This is actually not true... I had included some additional tags and attributes in the environment file. I removed these and the tests passed.

Sorry for the false alarm.

Cheers Daniel