Re: [rspec-users] Troble running controller spec

2009-10-28 Thread David Chelimsky
On Wed, Oct 28, 2009 at 8:40 AM, Amit Kulkarni wrote: > Hello, > Any updates on the above topic Please be sure to quote enough of the previous topic so those of us reading on phones can respond to you. There is a thread about this on the Cucumber list - please see if this information helps

Re: [rspec-users] Troble running controller spec

2009-10-28 Thread Amit Kulkarni
Hello, Any updates on the above topic -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Troble running controller spec

2009-06-10 Thread Amit Kulkarni
Mohit Sindhwani wrote: > David Chelimsky wrote: >> Any Vista users in earshot? I've done all I can do on this. > Hi David > > I'm on Vista, but I just joined the mailing list - could I have a bit of > a background to what we're trying to do? I'll try to see what I can do. > > Cheers, > Mohi

Re: [rspec-users] Troble running controller spec

2009-06-09 Thread David Chelimsky
On Tue, Jun 9, 2009 at 10:30 AM, Mohit Sindhwani wrote: > David Chelimsky wrote: >> >> On Tue, Jun 9, 2009 at 1:19 AM, Amit Kulkarni wrote: >> >>> >>> Amit Kulkarni wrote: >>> > > You stated above that you were using 1.2.4, but now you are saying you > are using 1.2.6. Please be sure to

Re: [rspec-users] Troble running controller spec

2009-06-09 Thread Mohit Sindhwani
David Chelimsky wrote: On Tue, Jun 9, 2009 at 1:19 AM, Amit Kulkarni wrote: Amit Kulkarni wrote: You stated above that you were using 1.2.4, but now you are saying you are using 1.2.6. Please be sure to provide accurate information. I am sorry for the above information.Yes ear

Re: [rspec-users] Troble running controller spec

2009-06-09 Thread Amit Kulkarni
David Chelimsky wrote: > On Tue, Jun 9, 2009 at 1:19 AM, Amit Kulkarni > wrote: >>> FYI - I get the same result from 1.2.6. All specs pass. >> >> Any Updates >> :-) > > Any Vista users in earshot? I've done all I can do on this. Oh ok. -- Posted via http://www.ruby-forum.com/.

Re: [rspec-users] Troble running controller spec

2009-06-09 Thread David Chelimsky
On Tue, Jun 9, 2009 at 1:19 AM, Amit Kulkarni wrote: > Amit Kulkarni wrote: >>> You stated above that you were using 1.2.4, but now you are saying you >>> are using 1.2.6. Please be sure to provide accurate information. >> >> I am sorry for the above information.Yes earlier the version was 1.2.4 >>

Re: [rspec-users] Troble running controller spec

2009-06-08 Thread Amit Kulkarni
Amit Kulkarni wrote: >> You stated above that you were using 1.2.4, but now you are saying you >> are using 1.2.6. Please be sure to provide accurate information. > > I am sorry for the above information.Yes earlier the version was 1.2.4 > but i installed rspec again and it installed the latest ve

Re: [rspec-users] Troble running controller spec

2009-06-08 Thread Amit Kulkarni
> You stated above that you were using 1.2.4, but now you are saying you > are using 1.2.6. Please be sure to provide accurate information. I am sorry for the above information.Yes earlier the version was 1.2.4 but i installed rspec again and it installed the latest version i.e 1.2.6 > Do you hav

Re: [rspec-users] Troble running controller spec

2009-06-08 Thread David Chelimsky
On Mon, Jun 8, 2009 at 9:48 AM, Amit Kulkarni wrote: > David Chelimsky wrote: >> On Mon, Jun 8, 2009 at 8:31 AM, Amit Kulkarni >> wrote: I *think* Rails converts the keys in this hash to strings. Try: >>> >>>      Channel.should_receive(:new).with('brand_name' => 'manager' >>> ).and_return(@ch

Re: [rspec-users] Troble running controller spec

2009-06-08 Thread Amit Kulkarni
David Chelimsky wrote: > On Mon, Jun 8, 2009 at 8:31 AM, Amit Kulkarni > wrote: >>> I *think* Rails converts the keys in this hash to strings. Try: >> >> Channel.should_receive(:new).with('brand_name' => 'manager' >> ).and_return(@channel) >> post :create, :channel => {'brand_name' => 'm

Re: [rspec-users] Troble running controller spec

2009-06-08 Thread David Chelimsky
On Mon, Jun 8, 2009 at 8:31 AM, Amit Kulkarni wrote: > David Chelimsky wrote: >> On Fri, May 22, 2009 at 1:41 AM, Amit Kulkarni >> wrote: >>> >>> � end >>> >>> � it "should create channel" do >>> � �Channel.should_receive(:new).with(:brand_name => "test" >>> ).and_return(@channel) >> >> I *think*

Re: [rspec-users] Troble running controller spec

2009-06-08 Thread Amit Kulkarni
David Chelimsky wrote: > On Fri, May 22, 2009 at 1:41 AM, Amit Kulkarni > wrote: >> >> � end >> >> � it "should create channel" do >> � �Channel.should_receive(:new).with(:brand_name => "test" >> ).and_return(@channel) > > I *think* Rails converts the keys in this hash to strings. Try: > > Chan

Re: [rspec-users] Troble running controller spec

2009-05-22 Thread David Chelimsky
On Fri, May 22, 2009 at 1:41 AM, Amit Kulkarni wrote: > Hi, > >    I am trying to execute controller spec by referring to RSpec book > but it is diving me error. > > Following are the details: > Ruby version : 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] > rspec - 1.2.4 > rails - 2.1.2 > OS - Vi

[rspec-users] Troble running controller spec

2009-05-22 Thread Amit Kulkarni
Hi, I am trying to execute controller spec by referring to RSpec book but it is diving me error. Following are the details: Ruby version : 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32] rspec - 1.2.4 rails - 2.1.2 OS - Vista Home My channels_controller_spec.rb(which is under rootproject/spec