[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_Game # ./numbers_spec.rb:55:in 'block (2 levels) in top (required)' Greatly appreciated Richy -- Posted via

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 li...@ruby-forum.com wrote: Hi, I'm getting the error below, can someone explain what I need to do? Failure/Error: @numbers.exchange(1).should