Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Feb 13, 2015
1 parent 4d7b211 commit 2f558ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions middleman-core/features/minify_javascript.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f558ec

Please sign in to comment.