File: test_version.rb

package info (click to toggle)
ruby-adsf 1.5.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 1,016; javascript: 976; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'helper'

class Adsf::Live::VersionTest < Minitest::Test
  def test_has_same_version_as_adsf
    assert_equal Adsf::VERSION, Adsf::Live::VERSION
  end
end