Sha256: ff8a6c2881068902cd85217c4d8217081fd69a26508c093ab8a0b87ad6cbe33e

Contents?: true

Size: 402 Bytes

Versions: 30

Compression:

Stored size: 402 Bytes

Contents

# Stella Test Plan - Exception Handling (2009-10-08)
#
# TO BE DOCUMENTED. 
# 
# If you're reading this, remind me!
#

usecase "Exception Handling" do
  
  get "/search", "Search Results" do
    param :what  => 'No Such Listing'
    param :where => random(['Toronto', 'Montreal', 'Vancouver'])
    response 404 do
      fail "No results"
    end
  end
  
end

# 0f354b3579e6c5b5b3f303aabb2ac3aa5b11096a

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
stella-0.8.8.001 examples/exceptions/plan.rb
stella-0.8.7.003 examples/exceptions/plan.rb
stella-0.8.7.002 examples/exceptions/plan.rb
stella-0.8.7.001 examples/exceptions/plan.rb
stella-0.8.6.002 examples/exceptions/plan.rb
stella-0.8.6.001 examples/exceptions/plan.rb
stella-0.8.5.002 examples/exceptions/plan.rb
stella-0.8.5.001 examples/exceptions/plan.rb
stella-0.8.4.001 examples/exceptions/plan.rb
stella-0.8.3.002 examples/exceptions/plan.rb
stella-0.8.3.001 examples/exceptions/plan.rb
stella-0.8.2.003 examples/exceptions/plan.rb
stella-0.8.2.002 examples/exceptions/plan.rb
stella-0.8.2.001 examples/exceptions/plan.rb
stella-0.8.1.002 examples/exceptions/plan.rb
stella-0.8.1.001 examples/exceptions/plan.rb
stella-0.8.0.001 examples/exceptions/plan.rb
stella-0.8.0.000 examples/exceptions/plan.rb
stella-0.7.6.007 examples/exceptions/plan.rb
stella-0.7.6.005 examples/exceptions/plan.rb