Skip to content

Commit

Permalink
Missing test in party for base class
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Nov 6, 2010
1 parent 8255860 commit e20c4c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/highrise/party_spec.rb
@@ -1,6 +1,8 @@
require 'spec_helper'

describe Highrise::Party do
it { should be_a_kind_of Highrise::Base }

it ".recently_viewed" do
Highrise::Party.should_receive(:find).with(:all, {:from => '/parties/recently_viewed.xml'})
Highrise::Party.recently_viewed
Expand Down

0 comments on commit e20c4c3

Please sign in to comment.