Sha256: 1c1fedd8e9c584c5fea4b075c1a4192f9b65d939958cb2c72e06106f14a63c4e
Contents?: true
Size: 240 Bytes
Versions: 25
Compression:
Stored size: 240 Bytes
Contents
require File.expand_path('../../test_helper', __FILE__) module Propono class TopicTest < Minitest::Test def test_intialization_sets_url arn = 'foobar' topic = Topic.new(arn) assert arn, topic.arn end end end
Version data entries
25 entries across 25 versions & 1 rubygems