Re: [rspec-users] Access controller object in controller macro

2012-04-18 Thread David Chelimsky
On Tuesday, April 17, 2012 at 2:30 PM, Nasir Jamal wrote: > > Hi > > We have just upgraded our Rails 2.3.11 app to Rails 3.0.0 and Rspec 1.3.2 to > 2.6. We are having two problems with rspec currently and any help would be > great. > > 1) We have some controller macros where we have been using

Re: [rspec-users] Access controller object in controller macro

2012-04-18 Thread Nasir Jamal
rom: Justin Ko To: Nasir Jamal ; rspec-users Sent: Wednesday, 18 April 2012, 9:34 Subject: Re: [rspec-users] Access controller object in controller macro On Apr 17, 2012, at 1:30 PM, Nasir Jamal wrote: >Hi > >We have just upgraded our Rails 2.3.11 app to Rails 3.0.0 and Rspec 1.3.2 to

Re: [rspec-users] Access controller object in controller macro

2012-04-18 Thread Justin Ko
On Apr 17, 2012, at 1:30 PM, Nasir Jamal wrote: > > Hi > > We have just upgraded our Rails 2.3.11 app to Rails 3.0.0 and Rspec 1.3.2 to > 2.6. We are having two problems with rspec currently and any help would be > great. > > 1) We have some controller macros where we have been using the con

[rspec-users] Access controller object in controller macro

2012-04-17 Thread Nasir Jamal
Hi We have just upgraded our Rails 2.3.11 app to Rails 3.0.0 and Rspec 1.3.2 to 2.6. We are having two problems with rspec currently and any help would be great. 1) We have some controller macros where we have been using the controller object, session hash, response, etc. in different methods