Displaying 2 results from an estimated 2 matches for "run_with_description_captur".
2008 Jan 15
0
Problem with ruby-debug and rspec
...2/lib/spec/example/example_group_methods.rb:398:in
`add_method_examples''
/opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.2/lib/spec/example/example_methods.rb:78:in
`instance_eval''
/opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.2/lib/spec/example/example_methods.rb:78:in
`run_with_description_capturing''
/opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.2/lib/spec/example/example_methods.rb:19:in
`execute''
/opt/local/lib/ruby/1.8/timeout.rb:48:in `timeout''
/opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.2/lib/spec/example/example_methods.rb:16:in
`execut...
2007 Dec 17
14
Change in isolation behaviour 1.08 - 1.10 ?
Hi,
I just moved from 1.08 to 1.10 and now have one example failing, which,
under 1.08, passed. Is the due to a change in behaviour?
Here''s my spec (removed some passing examples)
require File.dirname(__FILE__) + ''/../spec_helper''
describe "A user" do
before(:each) do
@user = User.new
@valid_user = User.new(
:email =>