Sha256: 445ab61af32c527c459616ed592ecfcebeec8cb63250dc283eec2672aa78ccc9

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: true

require_relative '../../test_helper'

class TestFakerSuperMario < Test::Unit::TestCase
  def setup
    @tester = Faker::Games::SuperMario
  end

  def test_character
    assert @tester.character.match(/\w+/)
  end

  def test_game
    assert @tester.game.match(/\w+/)
  end

  def test_location
    assert @tester.location.match(/\w+/)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-output-scalyr-0.1.7 vendor/bundle/jruby/2.5.0/bundler/gems/faker-e1bd4a5a5777/test/faker/games/test_faker_super_mario.rb