<p>This PR replaces fixtures with factories for node/way/relation tags.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/1367'>https://github.com/openstreetmap/openstreetmap-website/pull/1367</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Replace fixtures with a factory for old_node_tags</li>
  <li>Convert fixtures to factory for old_way_tags</li>
  <li>Replace fixtures with a factory for old_relation_tags</li>
  <li>Replace fixtures with factory for node_tags</li>
  <li>Replace fixtures with factory for way_tags</li>
  <li>Replace fixtures with factory for relation_tags</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-0">.rubocop_todo.yml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-1">test/controllers/amf_controller_test.rb</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-2">test/controllers/api_controller_test.rb</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-3">test/controllers/changeset_controller_test.rb</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-4">test/controllers/node_controller_test.rb</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-5">test/controllers/old_node_controller_test.rb</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-6">test/controllers/old_way_controller_test.rb</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-7">test/controllers/relation_controller_test.rb</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-8">test/controllers/search_controller_test.rb</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-9">test/controllers/way_controller_test.rb</a>
    (12)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-10">test/factories/node_tags.rb</a>
    (9)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-11">test/factories/old_node_tags.rb</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-12">test/factories/old_relation_tags.rb</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-13">test/factories/old_way_tags.rb</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-14">test/factories/relation_tags.rb</a>
    (9)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-15">test/factories/way_tags.rb</a>
    (9)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-16">test/fixtures/current_node_tags.yml</a>
    (64)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-17">test/fixtures/current_relation_tags.yml</a>
    (49)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-18">test/fixtures/current_way_tags.yml</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-19">test/fixtures/node_tags.yml</a>
    (113)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-20">test/fixtures/relation_tags.yml</a>
    (77)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-21">test/fixtures/way_tags.yml</a>
    (77)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-22">test/helpers/browse_helper_test.rb</a>
    (41)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-23">test/models/node_tag_test.rb</a>
    (61)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-24">test/models/node_test.rb</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-25">test/models/old_node_tag_test.rb</a>
    (57)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-26">test/models/old_node_test.rb</a>
    (35)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-27">test/models/old_relation_tag_test.rb</a>
    (57)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-28">test/models/old_relation_test.rb</a>
    (35)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-29">test/models/old_way_tag_test.rb</a>
    (57)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-30">test/models/old_way_test.rb</a>
    (46)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-31">test/models/relation_tag_test.rb</a>
    (51)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-32">test/models/relation_test.rb</a>
    (17)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-33">test/models/way_tag_test.rb</a>
    (51)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-34">test/models/way_test.rb</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367/files#diff-35">test/test_helper.rb</a>
    (16)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/1367.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/1367.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/1367.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/1367.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/1367">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABWnLVXKXNp_3yTNjJup3Hpi6xTlKUi7ks5q8fjDgaJpZM4KtvV_">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABWnLZlgDQEmI8Z04DMglzmtDSMYywj7ks5q8fjDgaJpZM4KtvV_.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/openstreetmap/openstreetmap-website/pull/1367"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/openstreetmap/openstreetmap-website","title":"openstreetmap/openstreetmap-website","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/openstreetmap/openstreetmap-website"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Tag factories (#1367)"}],"action":{"name":"View Pull Request","url":"https://github.com/openstreetmap/openstreetmap-website/pull/1367"}}}</script>