<!DOCTYPE html> <html lang=“en-us”>

<head>
  <meta charset="UTF-8">
  <title>Play Rock Paper Scissors Game</title>
  <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="theme-color" content="#157878">
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
  <link rel="stylesheet" href="/assets/css/style.css?v=45e382f8a2e6d0c42f3545866e4a625138619b16">
</head>
<body>
  <section class="page-header">
    <h1 class="project-name">Play Rock Paper Scissors Game</h1>
    <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>

      <a href="http://github.com/bag3318/RockPaperScissors" class="btn">View on GitHub</a>
      <a href="http://github.com/bag3318/RockPaperScissors/issues" class="btn">Report a Bug</a>

      <a href="http://github.com/bag3318/RockPaperScissors/zipball/gh-pages" class="btn">Download .zip</a>
      <a href="http://github.com/bag3318/RockPaperScissors/tarball/gh-pages" class="btn">Download .tar.gz</a>

    <br/>
    <a href="#site-nav" class="btn">Site Nav</a>
  </section>

  <section class="main-content">
    <h1 id="how-to-test-this-gem">How to test this Gem</h1>

<h2 id=“what-you-will-need”>What you will need</h2>

<ol>

<li>Ruby &amp; Ruby Gems installed</li>
<li>Rake installed</li>
<li>The RockPaperScissors repo cloned or downloaded</li>

</ol>

<h2 id=“start-testing”>Start Testing</h2>

<ol>

<li>Open <code class="highlighter-rouge">Terminal</code>/<code class="highlighter-rouge">Command Prompt</code> and <code class="highlighter-rouge">cd</code> to the directory of the repo’s folder</li>
<li>Type: <code class="highlighter-rouge">rake test</code> and hit <kbd>enter</kbd>/<kbd>return</kbd></li>

</ol>

<hr />

<h2 id=“site-nav”>Site Nav</h2>

<table>

<tbody>
  <tr>
    <td><a href="./">Home</a></td>
    <td><a href="How_to_Build">How to Build</a></td>
    <td><a href="CONTRIBUTING">Contributing</a></td>
    <td><a href="CODE_OF_CONDUCT">Code of Conduct</a></td>
  </tr>
</tbody>

</table>

    <footer class="site-footer">

        <span class="site-footer-owner"><a href="http://github.com/bag3318/RockPaperScissors">RockPaperScissors</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span>

    </footer>
  </section>

</body>

</html>