Sha256: 4c41864523e5922a5f2764ae57bfa4a4a879c029e17cc3b41c53aa51b8f60fb3
Contents?: true
Size: 323 Bytes
Versions: 7
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true require 'helper' class TestAnimals < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::Animal, :common_name) def setup @tester = FFaker::Animal end def test_name assert_include @tester::COMMON_NAMES, @tester.common_name end end
Version data entries
7 entries across 7 versions & 1 rubygems