Sha256: 4467f260eb6ec92f5a748b2e72c04d476342203474bc3d6ba2af30f5f51d483f

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

require "minitest/autorun"
require "storazzo"

#require 'pry' # must install the gem... but you ALWAYS want pry installed anyways

class MediaMountPointTest < Minitest::Test

    def test_test_in_subfolder
        #raise "Does this even work?!?"
        puts "Looks like this only works if you run this: ruby -I test test/media/test_media_mount_point.rb"
    end

    def test_mount_point_creation 
        #x = Storazzo::Media::MountPoint.new
        #assert class inherits from ...
        skip "TODO Code is still missing but TODO implement that this class inherits from **ther class"
        # assert(
        #     false,
        #     "TODO Code is still missing but TODO implement that this class inherits from **ther class"
        # )
    end

    def test_what_skip_means
        skip 'Check for affiliate link, credit card details, pledge history. Foujnd example online. Please Riccardo fix'
    end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
storazzo-0.4.10 test/media/test_mount_point.rb
storazzo-0.4.9 test/media/test_mount_point.rb
storazzo-0.4.5 test/media/test_mount_point.rb