Sha256: 9b7c862c0c25ce57f7dff4173bf1afee0c7c6d6f30641a853a33dcacff2135a8

Contents?: true

Size: 520 Bytes

Versions: 4

Compression:

Stored size: 520 Bytes

Contents

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
    <title>with_js</title>
    <script src="/jquery.js" type="text/javascript" charset="utf-8"></script>
    <script type="text/javascript" charset="utf-8">
    //<![CDATA[
      $(function() {
        $('#change').text('I changed it');
      });
    //]]>
    </script>
  </head>
  
  <body id="with_js">
    <h1>FooBar</h1>
    
    <p id="change">This is text</p>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
capybara-0.1.3 spec/views/with_js.erb
capybara-0.1.2 spec/views/with_js.erb
capybara-0.1.1 spec/views/with_js.erb
capybara-0.1 spec/views/with_js.erb