On Thu, Jan 31, 2013 at 08:15:21AM -0500, Matt Horan wrote:
> On Wed, Jan 30, 2013 at 06:29:46PM -0800, Nam Luu wrote:
> > Capybara::Driver::Webkit.new(app, :stdout => nil)
> >
> >
> > It didn't show the STDOUT message . But I got new error:
> >
> > undefined method `write' for nil:NilClass (NoMethodError)
>
> Looks like issue #455
> (
https://github.com/thoughtbot/capybara-webkit/issues/455). It should be
> easy to patch that up.