Sha256: 896320fb6e38a36f1d84454d9982a1066341185b64c408d12312cc34ccda00c0
Contents?: true
Size: 294 Bytes
Versions: 15
Compression:
Stored size: 294 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
15 entries across 15 versions & 2 rubygems