Sha256: 7d9e279e19d2dfd5ed13bab7edccf1c05552a1b722efec281198bf250a4497e3

Contents?: true

Size: 214 Bytes

Versions: 2

Compression:

Stored size: 214 Bytes

Contents

require 'helper'
require 'birthdays'

class TestBirthdays < Minitest::Test

  def test_version
    version = Birthdays.const_get('VERSION')

    assert(!version.empty?, 'should have a VERSION constant')
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
birthdays-0.1.3 test/test_birthdays.rb
birthdays-0.1.2 test/test_birthdays.rb