Sha256: e47e964b9b4123980cd0417aa37960e689bc0e589e7ec21ac9d35213f8246604

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 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

2 entries across 2 versions & 1 rubygems

Version Path
stratify-gowalla-0.1.4.1 spec/stratify-gowalla/activity_spec.rb
stratify-gowalla-0.1.4 spec/stratify-gowalla/activity_spec.rb