Skip to content

Commit

Permalink
Merge pull request #242 from ChrisTM/master
Browse files Browse the repository at this point in the history
Fix swapped template values in build_standalone_runner.rb.
  • Loading branch information
Davis W. Frank committed Sep 3, 2012
2 parents 147cb36 + 4c28bef commit 5ca2888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/jasmine_dev/build_standalone_runner.rb
Expand Up @@ -49,11 +49,11 @@ def example_jasmine_tags
end

def example_source_tags
script_tags_for ['spec/SpecHelper.js', 'spec/PlayerSpec.js']
script_tags_for ['src/Player.js', 'src/Song.js']
end

def example_spec_tags
script_tags_for ['src/Player.js', 'src/Song.js']
script_tags_for ['spec/SpecHelper.js', 'spec/PlayerSpec.js']
end
end
end
end

0 comments on commit 5ca2888

Please sign in to comment.