diff --git a/spec/lib/stream/comments_spec.rb b/spec/lib/stream/comments_spec.rb index 0974de271..e18655a9a 100644 --- a/spec/lib/stream/comments_spec.rb +++ b/spec/lib/stream/comments_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' require File.join(Rails.root, 'spec', 'shared_behaviors', 'stream') -describe Stream::Commments do +describe Stream::Comments do before do @stream = Stream::Comments.new(alice, :max_time => Time.now, :order => 'updated_at') end