Skip to content

Commit

Permalink
Update expected coffeescript output
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleyf committed Feb 9, 2012
1 parent a300703 commit aa0ba83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/coffee_script_filter_spec.rb
Expand Up @@ -12,10 +12,13 @@
let(:expected_coffee_output) { <<-HTML }
(function() {
var x, y;
x = 1;
y = function() {
return x += 1;
};
}).call(this);
HTML

Expand Down

0 comments on commit aa0ba83

Please sign in to comment.