--amend cause I've no time
This commit is contained in:
parent
894af48579
commit
92e4cd34ae
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ require Rails.root.join('spec', 'shared_behaviors', 'stream')
|
||||||
|
|
||||||
describe Stream::Multi do
|
describe Stream::Multi do
|
||||||
before do
|
before do
|
||||||
@stream = Stream::Multi.new(alice, :max_time => @time, :order => 'updated_at')
|
@stream = Stream::Multi.new(alice, :max_time => Time.now, :order => 'updated_at')
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'shared behaviors' do
|
describe 'shared behaviors' do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue