File: version_test.rb

package info (click to toggle)
ruby-stringex 2.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: ruby: 3,749; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# encoding: UTF-8

require 'test_helper'
require 'stringex'

class VersionTest < Test::Unit::TestCase
  def test_version_is_exposed
    assert_nothing_raised do
      Stringex::Version
    end
  end
end