From 88c6db5de424f2670d54abbac4239488ee958e17 Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sat, 15 Oct 2011 13:17:40 +0200 Subject: [PATCH] pendingfy the other .ajax_stream? spec too for now --- spec/lib/stream/aspect_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/lib/stream/aspect_spec.rb b/spec/lib/stream/aspect_spec.rb index 170bd029b..d4414329f 100644 --- a/spec/lib/stream/aspect_spec.rb +++ b/spec/lib/stream/aspect_spec.rb @@ -143,6 +143,7 @@ describe Stream::Aspect do end it 'is false if it is not for all aspects' do + pending @stream.stub(:for_all_aspects?).and_return(false) @stream.ajax_stream?.should be_false end