Sha256: 24d2f4ef0885ff4adce15c2df4cfdb08e3a37c40674a16641d54ecce2166f03b

Contents?: true

Size: 415 Bytes

Versions: 5

Compression:

Stored size: 415 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>HAPPY PATH FIXTURE</title>

  <link rel="stylesheet" type="text/css" href="stylesheets/some-other-css.css" />

  <style>
    @import url('stylesheets/application.css');

    p {
        color:#09F;
        text-indent: 20px;
    }
  </style>

</head>
<body>
  <div class="dialog">
    <h1>503 - Error</h1>
    <p>The website is down right now ...</p>
  </div>
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trackman-0.0.8 spec/fixtures/rails2311/fully-loaded/public/503-error.html~
trackman-0.0.6 spec/fixtures/rails2311/fully-loaded/public/503-error.html~
trackman-0.0.5 spec/fixtures/rails2311/fully-loaded/public/503-error.html~
trackman-0.1.1 spec/fixtures/rails2311/fully-loaded/public/503-error.html~
trackman-0.1.0 spec/fixtures/rails2311/fully-loaded/public/503-error.html~