Fix test
This commit is contained in:
parent
4d7b21185f
commit
2f558ec571
|
@ -140,14 +140,14 @@ Feature: Minify Javascript
|
|||
</script>
|
||||
<script type='text/javascript'>
|
||||
//<!--
|
||||
!function(){line(),here()}();
|
||||
!function(){one,line(),here()}();
|
||||
//-->
|
||||
</script>
|
||||
<script type='text/html'>
|
||||
I'm a jQuery {{template}}.
|
||||
</script>
|
||||
"""
|
||||
|
||||
|
||||
Scenario: Rendering external js with the feature enabled
|
||||
Given a fixture app "minify-js-app"
|
||||
And a file named "config.rb" with:
|
||||
|
|
Loading…
Reference in a new issue