Sha256: 21964fc1da4304cc7a66fb4f3b401dbdde39f5645be28d2cfaa2080fabf29530

Contents?: true

Size: 227 Bytes

Versions: 29

Compression:

Stored size: 227 Bytes

Contents

require File.expand_path('../test_helper', __FILE__)
module MeducationSDK
  class ArbitaryTest < Minitest::Test
    def test_shit_happens
      skip
      MediaFile.update(8, title: "Foobar to the Malcy Max")
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
meducation_sdk-0.10.0 test/arbitary_test.rb
meducation_sdk-0.9.0 test/arbitary_test.rb
meducation_sdk-0.8.0 test/arbitary_test.rb
meducation_sdk-0.7.0 test/arbitary_test.rb
meducation_sdk-0.6.1 test/arbitary_test.rb
meducation_sdk-0.6.0 test/arbitary_test.rb
meducation_sdk-0.5.0 test/arbitary_test.rb
meducation_sdk-0.4.1 test/arbitary_test.rb
meducation_sdk-0.4.0 test/arbitary_test.rb