Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
update underscore to 1.8.2, fixes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
William Meleyal committed Mar 25, 2015
1 parent ce51a54 commit 5e9f6bf
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 288 deletions.
2 changes: 1 addition & 1 deletion test/backbone-on-rails_test.rb
Expand Up @@ -10,7 +10,7 @@ def setup

test "underscore.js is found as an asset" do
assert_not_nil @app.assets["underscore"]
assert_file "#{BackboneOnRails::Engine.root}/vendor/assets/javascripts/underscore.js", /1.7.0/
assert_file "#{BackboneOnRails::Engine.root}/vendor/assets/javascripts/underscore.js", /1.8.2/
end

test "backbone.js is found as an asset" do
Expand Down

0 comments on commit 5e9f6bf

Please sign in to comment.