Sha256: cc6b8c54af7851089c457282faacfaf42098c6a5f15556db56c2ba2bc5a8224d

Contents?: true

Size: 897 Bytes

Versions: 34

Compression:

Stored size: 897 Bytes

Contents

group "Stella"
library :stella, 'lib'
tryouts "Object Digests" do
  setup do
    #Gibbler.enable_debug
  end
  clean do
    Gibbler.disable_debug
  end
  
  dream "90199c341ea7ea4e22139e690e3d68a78ec6fce3"
  drill "Request can gibbler" do
    r = Stella::Data::HTTP::Request.new :get, '/'
    r.digest
  end
  
  dream "9ef5fb0707526e47547b3e6a59d8d3e3de64667f"
  drill "Usecase can gibbler" do
    u = Stella::Testplan::Usecase.new 
    u.digest
  end
  
  dream "0d5d6ac215563f09d4143d7e1ca9ac0611cc164d"
  drill "Testplan can gibbler" do
    t = Stella::Testplan.new 'localhost'
    t.digest
  end
  
  dream "a04e699bf8d354c68101ae62bf3e4f32fbae3221"
  drill "Complex Testplan can gibbler" do
    u = Stella::Testplan::Usecase.new 
    r = u.add_request :get, '/', 'homepage'
    r.param :user => :name
    t = Stella::Testplan.new 'localhost'
    t.add_usecase u
    t.digest
  end
  
end


Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
stella-0.8.8.001 try/12_digest_tryouts.rb
stella-0.8.7.003 try/12_digest_tryouts.rb
stella-0.8.7.002 tryouts/12_digest_tryouts.rb
stella-0.8.7.001 tryouts/12_digest_tryouts.rb
stella-0.8.6.002 tryouts/12_digest_tryouts.rb
stella-0.8.6.001 tryouts/12_digest_tryouts.rb
stella-0.8.5.002 tryouts/12_digest_tryouts.rb
stella-0.8.5.001 tryouts/12_digest_tryouts.rb
stella-0.8.4.001 tryouts/12_digest_tryouts.rb
stella-0.8.3.002 tryouts/12_digest_tryouts.rb
stella-0.8.3.001 tryouts/12_digest_tryouts.rb
stella-0.8.2.003 tryouts/12_digest_tryouts.rb
stella-0.8.2.002 tryouts/12_digest_tryouts.rb
stella-0.8.2.001 tryouts/12_digest_tryouts.rb
stella-0.8.1.002 tryouts/12_digest_tryouts.rb
stella-0.8.1.001 tryouts/12_digest_tryouts.rb
stella-0.8.0.001 tryouts/12_digest_tryouts.rb
stella-0.8.0.000 tryouts/12_digest_tryouts.rb
stella-0.7.6.007 tryouts/12_digest_tryouts.rb
stella-0.7.6.005 tryouts/12_digest_tryouts.rb