Sha256: 8f0ff1c97dd545d09c77aad092e48a4ca5c46557a01fb460ac4984a93d146c45

Contents?: true

Size: 151 Bytes

Versions: 3

Compression:

Stored size: 151 Bytes

Contents

require 'disposable'
require 'minitest/autorun'

class Track
  def initialize(options={})
    @title = options[:title]
  end

  attr_reader :title
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
disposable-0.0.4 test/test_helper.rb
disposable-0.0.3 test/test_helper.rb
disposable-0.0.2 test/test_helper.rb