Patrick Collins wrote:
> Hi,
> 
> I have this in my controller action:
> 
> from_address = Setting.find_by_name("shipping_from_address").address
> 
> and my spec fails:
> 
> NoMethodError in 'Admin::ShippingLabelsController should render a pdf 
> file'
> undefined method `address' for nil:NilClass
> 
> ...snip...

Patrick, please create a new thread for this, since it doesn't have
anything to do with the current topic.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to