This commit is contained in:
Thomas Reynolds 2015-02-13 14:39:08 -08:00
parent 4d7b21185f
commit 2f558ec571

View file

@ -140,14 +140,14 @@ Feature: Minify Javascript
</script> </script>
<script type='text/javascript'> <script type='text/javascript'>
//<!-- //<!--
!function(){line(),here()}(); !function(){one,line(),here()}();
//--> //-->
</script> </script>
<script type='text/html'> <script type='text/html'>
I'm a jQuery {{template}}. I'm a jQuery {{template}}.
</script> </script>
""" """
Scenario: Rendering external js with the feature enabled Scenario: Rendering external js with the feature enabled
Given a fixture app "minify-js-app" Given a fixture app "minify-js-app"
And a file named "config.rb" with: And a file named "config.rb" with: