Sha256: 519a6647f3f05215beea605821a4fa61a51bfbd860ab38a916547b82e0078239
Contents?: true
Size: 327 Bytes
Versions: 20
Compression:
Stored size: 327 Bytes
Contents
require "spec_helper" describe Alchemy::PicturesHelper do describe "alchemy_picture_path" do it "should route to show_picture_path" do pic = mock_model("Picture", :urlname => 'cute-kitten', :id => 1) helper.alchemy_picture_path(pic).should == '/alchemy/pictures/1/show/cute-kitten.jpg' end end end
Version data entries
20 entries across 20 versions & 1 rubygems