bigpresh / Dancer-Plugin-Database

Dancer::Plugin::Database - easy database support for Dancer applications
http://search.cpan.org/dist/Dancer-Plugin-Database
37 stars 36 forks source link

changes in test #18

Closed inish777 closed 12 years ago

inish777 commented 12 years ago

subj

bigpresh commented 12 years ago

I think some of the changes proposed here were already used; some of them look like they won't work, for instance:

-response_content_like [ GET => '/quick_select/2/name' ], qr/bigpresh/, +response_content_is [ GET => '/quick_select/2/name' ], qr/bigpresh/,

In the second case, I believe it will test that the value is equal to the stringification of the regex, which will fail (hopefully at least :) )

As the more useful parts were taken aboard some time back I believe, I'll close this PR.