Sha256: be759466bcf1127f92846eb09e2eff240819914ea7b65eced9ecc272958aad79

Contents?: true

Size: 353 Bytes

Versions: 15

Compression:

Stored size: 353 Bytes

Contents

library :tryouts, 'lib'

group "Mixins"

test_hash = { 
  :level1 => { 
    :level2 => {}, 
    :apples => 1 
   }, 
  :help => [1, :a, 900001, Object.new, Hash],
  :oranges => 90 
}


tryouts "Hash", :api do
  setup do
    
  end
  
  drill "knows the deepest point", test_hash.deepest_point, 3
  drill "has a last method", {}, :respond_to?, :last

end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
delano-tryouts-0.7.4 tryouts/01_mixins_tryouts.rb
delano-tryouts-0.8.0 tryouts/01_mixins_tryouts.rb
delano-tryouts-0.8.1 tryouts/01_mixins_tryouts.rb
delano-tryouts-0.8.2 tryouts/01_mixins_tryouts.rb
delano-tryouts-0.8.3 tryouts/01_mixins_tryouts.rb
delano-tryouts-0.8.4 tryouts/01_mixins_tryouts.rb
tryouts-0.8.8 tryouts/01_mixins_tryouts.rb
tryouts-0.8.7 tryouts/01_mixins_tryouts.rb
tryouts-0.8.5 tryouts/01_mixins_tryouts.rb
tryouts-0.7.4 tryouts/01_mixins_tryouts.rb
tryouts-0.8.0 tryouts/01_mixins_tryouts.rb
tryouts-0.8.1 tryouts/01_mixins_tryouts.rb
tryouts-0.8.2 tryouts/01_mixins_tryouts.rb
tryouts-0.8.3 tryouts/01_mixins_tryouts.rb
tryouts-0.8.4 tryouts/01_mixins_tryouts.rb