Sha256: c155244e3f22a75f412a884ee331f52a094d4f50933f991147972480a8070be3

Contents?: true

Size: 808 Bytes

Versions: 2

Compression:

Stored size: 808 Bytes

Contents

require 'spec_helper'

describe GroupDocs::Signature::Envelope::Log do

  it_behaves_like GroupDocs::Api::Entity

  it { should respond_to(:id)             }
  it { should respond_to(:id=)            }
  it { should respond_to(:date)           }
  it { should respond_to(:date=)          }
  it { should respond_to(:userName)       }
  it { should respond_to(:userName=)      }
  it { should respond_to(:action)         }
  it { should respond_to(:action=)        }
  it { should respond_to(:remoteAddress)  }
  it { should respond_to(:remoteAddress=) }

  it { should have_alias(:user_name,       :userName)       }
  it { should have_alias(:user_name=,      :userName=)      }
  it { should have_alias(:remote_address,  :remoteAddress)  }
  it { should have_alias(:remote_address=, :remoteAddress=) }

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
groupdocs-1.1.0 spec/groupdocs/signature/envelope/log_spec.rb
groupdocs-1.0.0 spec/groupdocs/signature/envelope/log_spec.rb