Sha256: 9ed4f3afc315613538f33f76ac9b3702d1c8085990ec7565dcf7601bb596d3d3

Contents?: true

Size: 218 Bytes

Versions: 13

Compression:

Stored size: 218 Bytes

Contents

require 'spec/spec_helper'
require 'taza'

describe Taza::Entity do
  it "should add methods for hash string keys" do
    entity = Taza::Entity.new({'apple' => 'pie'},nil)
    entity.should respond_to(:apple)
  end
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
bret-watircraft-0.4.0 spec/entity_spec.rb
bret-watircraft-0.4.1 spec/entity_spec.rb
bret-watircraft-0.4.2 spec/entity_spec.rb
bret-watircraft-0.4.3 spec/entity_spec.rb
bret-watircraft-0.4.4 spec/entity_spec.rb
bret-watircraft-0.4.5 spec/entity_spec.rb
bret-watircraft-0.5.0 spec/entity_spec.rb
scudco-taza-0.8.1 spec/entity_spec.rb
scudco-taza-0.8.3 spec/entity_spec.rb
scudco-taza-0.8.4 spec/entity_spec.rb
taza-0.8.3 spec/entity_spec.rb
taza-0.8.4 spec/entity_spec.rb
taza-0.8.2 spec/entity_spec.rb