Sha256: a9df8b37c9dd94c842159ee8b6f60b7773c8cf95e071946c8b56727b1bb85740

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

# frozen_string_literal: true

require_relative '../../test_helper'

class TestFakerTvShowsTheExpanse < Test::Unit::TestCase
  def setup
    @tester = Faker::TvShows::TheExpanse
  end

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

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

  def test_quote
    assert @tester.quote.match(/\w+/)
  end

  def test_ship
    assert @tester.ship.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/tv_shows/test_the_expanse.rb