Sha256: 7643c0e636db72c7701f6577cd8211868a2636e0a62cb098499a40f49bb61ad4

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 Bytes

Contents

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

describe "Grendel::Link" do
  # before do
  #   @client = Grendel::Client.new("http://grendel")
  #   @user_id = "alice"
  #   @password = "s3kret"
  #   @user = Grendel::User.new(@client, :id => @user_id, :password => @password)
  #   @document = Grendel::Document.new(@user, :name => "document1.txt")
  #   @uri = "#{@user_id}:#{@password}@grendel/users/#{@user_id}/documents/#{@document.name}/links"
  # end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grendel-ruby-0.1.5 spec/grendel/link_spec.rb
grendel-ruby-0.1.4 spec/grendel/link_spec.rb
grendel-ruby-0.1.3 spec/grendel/link_spec.rb
grendel-ruby-0.1.2 spec/grendel/link_spec.rb
grendel-ruby-0.1.1 spec/grendel/link_spec.rb