Sha256: a5072d87cfdc87764aff448a0116f21cc936855bc18617873aa988b5be848fe5

Contents?: true

Size: 318 Bytes

Versions: 8

Compression:

Stored size: 318 Bytes

Contents

<html>
<head>
    <title>RAutomation testing page</title>
    <script type="text/javascript">
        function showPrompt() {
            prompt("Where do you want to go today?");
        }
    </script>
</head>
<body onload="setTimeout(showPrompt, 1000)">
<h1>RAutomation testing page</h1>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rautomation-0.3.0 spec/test.html
rautomation-0.2.1 spec/test.html
rautomation-0.2.0 spec/test.html
rautomation-0.1.0 spec/test.html
rautomation-0.0.4 spec/test.html
rautomation-0.0.3 spec/test.html
rautomation-0.0.2 spec/test.html
rautomation-0.0.1 spec/test.html