[rspec-devel] [ rspec-Bugs-6567 ] SyntaxError should not stop entire run
noreply at rubyforge.org
noreply at rubyforge.org
Wed Nov 8 09:21:14 EST 2006
Bugs item #6567, was opened at 2006-11-08 14:21
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=6567&group_id=797
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: David Chelimsky (dchelimsky)
Assigned to: Nobody (None)
Summary: SyntaxError should not stop entire run
Initial Comment:
In a view spec...
specify "should display name" do
response.should_have_tag :div, :contents => 'Joe'
This throws a SyntaxError because symbols are not supported. However, the syntax error causes a complete test run collapse, rather than being reported in the context of that one spec.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=6567&group_id=797
More information about the rspec-devel
mailing list