document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-139401\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\">&nbsp;&nbsp;Feature: Addition<\/div><div class=\"line\" id=\"LC2\">&nbsp;&nbsp;&nbsp;&nbsp;In order to avoid silly mistakes<\/div><div class=\"line\" id=\"LC3\">&nbsp;&nbsp;&nbsp;&nbsp;As a math idiot<\/div><div class=\"line\" id=\"LC4\">&nbsp;&nbsp;&nbsp;&nbsp;<span class=\"k\">I <\/span>want to be told the sum of two numbers<\/div><div class=\"line\" id=\"LC5\">&nbsp;<\/div><div class=\"line\" id=\"LC6\">&nbsp;&nbsp;&nbsp;&nbsp;<span class=\"nc\">Scenario Outline:<\/span><span class=\"no\"> Add two numbers                  <\/span><\/div><div class=\"line\" id=\"LC7\"><span class=\"k\">      Given <\/span>I have entered <span class=\"nv\">&lt;input_1&gt;<\/span> into the calculator<\/div><div class=\"line\" id=\"LC8\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class=\"k\">And <\/span>I have entered <span class=\"nv\">&lt;input_2&gt;<\/span> into the calculator <\/div><div class=\"line\" id=\"LC9\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class=\"k\">When <\/span>I press add                                  <\/div><div class=\"line\" id=\"LC10\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class=\"k\">Then <\/span>the result should be <span class=\"nv\">&lt;output&gt;<\/span> on the screen<\/div><div class=\"line\" id=\"LC11\">&nbsp;<\/div><div class=\"line\" id=\"LC12\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class=\"nc\">Examples:<\/span><\/div><div class=\"line\" id=\"LC13\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<span class=\"nv\"> input_1<\/span> |<span class=\"nv\"> input_2<\/span> |<span class=\"nv\"> output<\/span> |<\/div><div class=\"line\" id=\"LC14\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 20      | 30      | 50     |<\/div><div class=\"line\" id=\"LC15\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 2       | 5       | 7      |<\/div><div class=\"line\" id=\"LC16\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 0       | 40      | 40     |<\/div><div class=\"line\" id=\"LC17\">&nbsp;<\/div><\/pre><\/div>\n          \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/139401/f70bab2b5bcc8ea1ddf804ea01306ff03d8b4501/addition.feature\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/139401#file_addition.feature\" style=\"float:right;margin-right:10px;color:#666\">addition.feature<\/a>\n          <a href=\"http://gist.github.com/139401\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
