Sha256: 2ec019c857acd5907efc8cc78ff11bb0e68907e11a658c1ec8411125304f90ef

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 Bytes

Contents

# frozen_string_literal: true

require_relative '../../test_helper'

class TestFakerOverwatch < Test::Unit::TestCase
  def setup
    @tester = Faker::Games::Overwatch
  end

  def test_hero
    assert @tester.hero.match(/\w+/)
  end

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

  def test_quote
    assert @tester.quote.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_overwatch.rb