fix spelling error in spec
This commit is contained in:
parent
a672dfc787
commit
09d8726555
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue