Re: [rspec-users] No Method Error

2013-11-22 Thread David Chelimsky
Is it that you don't understand the error message or you don't understand what to do about it? On Fri, Nov 22, 2013 at 9:39 AM, Richard Jones wrote: > Hi, > > I'm getting the error below, can someone explain what I need to do? > > Failure/Error: @numbers.exchange(1).should be_true > NoMethodErr

[rspec-users] No Method Error

2013-11-22 Thread Richard Jones
Hi, I'm getting the error below, can someone explain what I need to do? Failure/Error: @numbers.exchange(1).should be_true NoMethodError: private method 'exchange' called for # # ./numbers_spec.rb:55:in 'block (2 levels) in ' Greatly appreciated Richy -- Posted via http://www.ruby-forum.com/

Re: [rspec-users] no method error

2008-01-20 Thread David Chelimsky
On Jan 20, 2008 7:52 PM, G-man <[EMAIL PROTECTED]> wrote: > I've set up my tests, and when I run the whole thing, I get this for my > views: > > 3) > NoMethodError in '/chapters/new.html.erb should render new form' > undefined method `process_clean_up_fixtures' for > # > c:/rails/rails_apps/trac