Fix test
This commit is contained in:
parent
4d7b21185f
commit
2f558ec571
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue