Sha256: 847303274480187eec806869ec8fabd89dd5e217c4d94175ddc51b9c95df2f6d

Contents?: true

Size: 888 Bytes

Versions: 3

Compression:

Stored size: 888 Bytes

Contents

  <html>
  <head>
  <style>

  div.title
  {
    width: 600px;
    font: bold 14pt trebuchet ms;
  }

  div.specification 
  {
    font: bold 12pt trebuchet ms;
    border: solid 1px black;
    width: 600px;
    padding: 5px;
    margin: 5px;
  }

  ul.requirements
  {
    font: normal 11pt verdana;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid gray;
    width: 600px;
  }

  ul.requirements li
  {
    list-style: none;
    margin: 0;
    padding: 0.25em;
    border-top: 1px solid gray;
  }
  </style>
  </head>
  <body>
  <div class="title">Specifications for tasks_test</div>
  
  <div class="specification">
  User should: 
  <ul class="requirements">
  
  <li>be able set user name and age during construction</li>
  
  <li>be able to get user name and age</li>
  
  <li>be able to ask if a user is an adult</li>
  
  </ul>
  </div>
  
  </body>
  </html>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
minilab-1.1.0-x86-mswin32-60 vendor/behaviors/test/tasks_test/doc/behaviors.html
minilab-1.0.0-mswin32 vendor/behaviors/test/tasks_test/doc/behaviors.html
behaviors-1.0.0 test/tasks_test/doc/behaviors.html