Sha256: 35a6f072b1d9a419e76766190c3d7020a10065dd35e173eccf8fc90365436e61
Contents?: true
Size: 237 Bytes
Versions: 10
Compression:
Stored size: 237 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
10 entries across 10 versions & 1 rubygems