Re: [rspec-users] wrong number of arguments (2 for 1)

2009-02-25 Thread Yi Wen
Unfortunately, it doesn't solve the problem. Thanks anyway Yi On Wed, Feb 25, 2009 at 5:18 PM, Mark Wilden wrote: > On Wed, Feb 25, 2009 at 2:50 PM, Yi Wen wrote: > > The following statement gave me "wrong number of arguments (2 for 1)" and > it > > is the only error. no stack trace. > >

Re: [rspec-users] wrong number of arguments (2 for 1)

2009-02-25 Thread Yi Wen
I haven't looked into it too much. But I believe it is because I implemented method_missing and respond_to?, which probably conflicts with RSpec's imlementations. I have been wanting to re-implement my functionality in another way other than method_missing for a long time. It seems now is the perfe

Re: [rspec-users] wrong number of arguments (2 for 1)

2009-02-25 Thread Mark Wilden
On Wed, Feb 25, 2009 at 2:50 PM, Yi Wen wrote: > The following statement gave me "wrong number of arguments (2 for 1)" and it > is the only error. no stack trace. >         presenter.stub!(:account).and_return account > any idea? Thanks > Yi > > ___ > rs

Re: [rspec-users] wrong number of arguments (2 for 1)

2009-02-25 Thread David Chelimsky
On Wed, Feb 25, 2009 at 4:50 PM, Yi Wen wrote: > The following statement gave me "wrong number of arguments (2 for 1)" and it > is the only error. no stack trace. try running with --backtrace >         presenter.stub!(:account).and_return account > any idea? Thanks > Yi > > _

[rspec-users] wrong number of arguments (2 for 1)

2009-02-25 Thread Yi Wen
The following statement gave me "wrong number of arguments (2 for 1)" and it is the only error. no stack trace. presenter.stub!(:account).and_return account any idea? Thanks Yi ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyfo