fix project.last_activity spec
This commit is contained in:
parent
cd3d50caf2
commit
d246a68a24
2 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ describe Project do
|
|||
let(:last_event) { double }
|
||||
|
||||
before do
|
||||
project.stub(:events).and_return( [ double, double, last_event ] )
|
||||
project.stub_chain(:events, :order).and_return( [ double, double, last_event ] )
|
||||
end
|
||||
|
||||
it { project.last_activity.should == last_event }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue