fix spelling error in spec

This commit is contained in:
danielgrippi 2011-11-28 10:02:06 -08:00
parent a672dfc787
commit 09d8726555

View file

@ -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