Sha256: 9d9d754866922c25e8d03ffe65b2e8a7c5f4af3f5f8c9e496f31ff84b5c7e6b3
Contents?: true
Size: 296 Bytes
Versions: 17
Compression:
Stored size: 296 Bytes
Contents
require File.expand_path('../../test_helper', __FILE__) module Maestrano class MaestranoOpenStructTest < Test::Unit::TestCase should "return the right attributes" do o = Maestrano::OpenStruct.new(bla: 'hello', ha: 'yo') assert_equal [:bla, :ha], o.attributes end end end
Version data entries
17 entries across 17 versions & 1 rubygems