Sha256: e4547c46c49eddad1722b1437c9032f85ce587b572105d28280ee68143f02d27

Contents?: true

Size: 1.41 KB

Versions: 19

Compression:

Stored size: 1.41 KB

Contents

# frozen_string_literal: true

# The MIT License
#
# Copyright (c) 2019-2020 Yurii Dubinka
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom
# the Software is  furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
# OR OTHER DEALINGS IN THE SOFTWARE.

require_relative "../test"
require_relative "../../lib/lazylead/version"

# @todo #/DEV Rename xxx_test.rb to test_xx.rb
#  as this naming is more clear.
module Lazylead
  class VersionTest < Lazylead::Test
    test "gem has version" do
      refute_nil Lazylead::VERSION
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
lazylead-0.7.2 test/lazylead/version_test.rb
lazylead-0.7.1 test/lazylead/version_test.rb
lazylead-0.7.0 test/lazylead/version_test.rb
lazylead-0.6.2 test/lazylead/version_test.rb
lazylead-0.6.1 test/lazylead/version_test.rb
lazylead-0.6.0 test/lazylead/version_test.rb
lazylead-0.5.2 test/lazylead/version_test.rb
lazylead-0.5.1 test/lazylead/version_test.rb
lazylead-0.5.0 test/lazylead/version_test.rb
lazylead-0.4.3 test/lazylead/version_test.rb
lazylead-0.4.2 test/lazylead/version_test.rb
lazylead-0.4.1 test/lazylead/version_test.rb
lazylead-0.4.0 test/lazylead/version_test.rb
lazylead-0.3.1 test/lazylead/version_test.rb
lazylead-0.3.0 test/lazylead/version_test.rb
lazylead-0.2.0 test/lazylead/version_test.rb
lazylead-0.1.2 test/lazylead/version_test.rb
lazylead-0.1.1 test/lazylead/version_test.rb
lazylead-0.1.0 test/lazylead/version_test.rb