Sha256: 82d53e7d93b35752f07ce8768da5b8c3a3a71aa874476507fd2fcf1372d7411a

Contents?: true

Size: 362 Bytes

Versions: 5

Compression:

Stored size: 362 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe "Things::Person" do
  
  before do
    Appscript.app('Address Book').make(:new => :person, :with_properties => { :organization => 'ThingsClientTest', :company => true })
  end
  
  it "should add a new person" do
    @person = Things::Person.create('ThingsClientTest')
    
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
things-client-0.2.4 spec/things/person_spec.rb
things-client-0.2.3 spec/things/person_spec.rb
things-client-0.2.2 spec/things/person_spec.rb
things-client-0.2.1 spec/things/person_spec.rb
things-client-0.2.0 spec/things/person_spec.rb