Sha256: 3b0dd1810ca90f2809eb2f77e851a7be08eddf50f374d1a5364561b51172c6c9

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

# frozen_string_literal: true

require_relative 'helper'

class TestFakerJobBR < Test::Unit::TestCase
  include DeterministicHelper

  assert_methods_are_deterministic(FFakerTW::JobBR, :title)

  def setup
    @tester = FFakerTW::JobBR
  end

  def test_title
    assert_includes @tester::JOB_NOUNS, @tester.title
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffakerTW-0.1.0 test/test_job_br.rb