Sha256: f1d4b56d300d2d3fc10d6fa9c068bf828a73c2bcc77a8554b3ddaa2f2243af70
Contents?: true
Size: 314 Bytes
Versions: 4
Compression:
Stored size: 314 Bytes
Contents
require 'spec_helper' describe Stratify::Gowalla::Activity do describe "#permalink" do it "returns the URL for this checkin on Gowalla" do checkin = Stratify::Gowalla::Activity.new(:checkin_id => 26106798) checkin.permalink.should == "http://gowalla.com/checkins/26106798" end end end
Version data entries
4 entries across 4 versions & 1 rubygems