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

Commit

Permalink
fix underscore version test
Browse files Browse the repository at this point in the history
  • Loading branch information
meleyal committed Oct 25, 2012
1 parent 0e83780 commit 0940ff7
Showing 1 changed file with 1 addition and 1 deletion.
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.4.1/
assert_file "#{BackboneOnRails::Engine.root}/vendor/assets/javascripts/underscore.js", /1.4.2/
end

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

0 comments on commit 0940ff7

Please sign in to comment.