memowe / contenticious

A simple file based "CMS" on Mojo steroids!
http://memowe.github.com/contenticious
MIT License
68 stars 11 forks source link

Fix tests #15

Closed dancingfrog closed 8 years ago

dancingfrog commented 8 years ago

The curly braces in regular expressions needed to be escaped and a selector in '04_webapp.t' was updated to: ->text_is('li a[href="#NAME"]' => 'NAME');

memowe commented 8 years ago

Thanks, @dancingfrog! :+1: