Note that there are some explanatory texts on larger screens.

plurals
  1. POautotest wont stop after a test fails?
    primarykey
    data
    text
    <p>Here is my gemfile</p> <pre><code>source 'http://rubygems.org' gem 'rails', '3.0.9' gem 'mysql2', '~&gt; 0.2.6' group :development do gem 'rspec-rails' end group :test do gem 'rspec' end </code></pre> <p>Fairly straightforward and nothing unusual. On a passing test the autotest works great and stops like it should</p> <pre><code>Finished in 0.1158 seconds 4 examples, 0 failures /Users/alex/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -rrubygems -S /Users/alex/.rvm/gems/ruby-1.9.2-p180@rails3/gems/rspec-core-2.6.4/bin/rspec --tty '/Users/alex/Sites/slacklog/spec/controllers/pages_controller_spec.rb' </code></pre> <p>but when a test fails its an endless loop that keeps failing </p> <pre><code>Failures: 1) PagesController GET 'contact' Should have the proper title for the contact page Failure/Error: response.should have_selector( "contact", expected following output to contain a &lt;contact&gt;Contact us&lt;/contact&gt; tag: &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"&gt; &lt;title&gt;Slacklog&lt;/title&gt; &lt;script src="/javascripts/jquery.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script src="/javascripts/jquery_ujs.js" type="text/javascript"&gt;&lt;/script&gt;&lt;script src="/javascripts/application.js?1309037322" type="text/javascript"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;Pages#contact&lt;/h1&gt; &lt;p&gt;Find me in app/views/pages/contact.html.erb&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; # ./spec/controllers/pages_controller_spec.rb:32:in `block (3 levels) in &lt;top (required)&gt;' Finished in 0.16647 seconds 5 examples, 1 failure Failed examples: rspec ./spec/controllers/pages_controller_spec.rb:30 # PagesController GET 'contact' Should have the proper title for the contact page /Users/alex/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -rrubygems -S /Users/alex/.rvm/gems/ruby-1.9.2-p180@rails3/gems/rspec-core-2.6.4/bin/rspec --tty '/Users/alex/Sites/slacklog/spec/controllers/pages_controller_spec.rb' ...F. Failures: </code></pre> <p>It keeps repeating </p> <p>how do i stop this behavior</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload