Sha256: 7b1a699837cfd9dc3c660793190887300c02bb0e8f3fd8362c246518d54899d8

Contents?: true

Size: 375 Bytes

Versions: 9

Compression:

Stored size: 375 Bytes

Contents

# frozen_string_literal: true

require_relative 'helper'

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

  assert_methods_are_deterministic(FFakerTW::CoursesFR::Mathematiques, :lesson)

  def setup
    @subject = FFakerTW::CoursesFR::Mathematiques
  end

  def test_lesson
    assert @subject::LESSONS.include?(@subject.lesson)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ffakerTW-1.8.0 test/test_course_mathematiques.rb
ffakerTW-1.7.0 test/test_course_mathematiques.rb
ffakerTW-1.6.0 test/test_course_mathematiques.rb
ffakerTW-1.5.0 test/test_course_mathematiques.rb
ffakerTW-1.4.0 test/test_course_mathematiques.rb
ffakerTW-1.3.0 test/test_course_mathematiques.rb
ffakerTW-1.2.0 test/test_course_mathematiques.rb
ffakerTW-1.1.0 test/test_course_mathematiques.rb
ffakerTW-0.1.0 test/test_course_mathematiques.rb