Sha256: 67edb3422b7be943f2ec0d9a346d7624192c0072c008754be9699676e7545d00
Contents?: true
Size: 329 Bytes
Versions: 2
Compression:
Stored size: 329 Bytes
Contents
require_relative 'test_helper' class ChangelogTest < Minitest::Test def test_all_returns_all_changelogs VCR.use_cassette('all_changelogs') do changelogs = MTG::Changelog.all assert changelogs.length > 1 assert changelogs.any? {|changelog| changelog.version == '1.0.0'} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mtg_sdk-3.2.0 | test/changelog_test.rb |
mtg_sdk-3.1.0 | test/changelog_test.rb |