Re: [rspec-users] Error uccored while evaluating nil.collect

2013-06-07 Thread David Chelimsky
On Fri, Jun 7, 2013 at 5:02 AM, Oliver Jesus wrote: > Hello, I am new to RSpec and I've got error something like this: > You have a nil object when you didn't expect it! > You might have expected an instance of Array. > The error occurred while evaluating nil.collect > > In my controller: > > def

[rspec-users] Error uccored while evaluating nil.collect

2013-06-07 Thread Oliver Jesus
Hello, I am new to RSpec and I've got error something like this:  You have a nil object when you didn't expect it!  You might have expected an instance of Array.  The error occurred while evaluating nil.collect  In my controller:  def new      @employee_mst = EmployeeMst.new      @branch_mst = Br