Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbounmy committed Apr 18, 2013
1 parent 526bffb commit 4016192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/spree/possible_page_test.rb
Expand Up @@ -12,7 +12,7 @@ class Spree::PossiblePageTest < ActiveSupport::TestCase
context '#image_root_path' do

should 'returns begining of path until interpolation' do
assert_equal '/spree/products', Spree::PossiblePage.new.image_root_path
assert_equal '/spree/products', Spree::PossiblePage.image_root_path
end

end
Expand Down

0 comments on commit 4016192

Please sign in to comment.