Skip to content

Commit

Permalink
Fixed broken spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 14, 2010
1 parent c85a7d0 commit 2ead2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/views/common/_model_summary.html.erb_spec.rb
Expand Up @@ -39,7 +39,7 @@
context "no associated features" do
before(:each) do
@project.update_attribute(:updated_at, @date.tomorrow)
@project.send('features').stub!(:count).and_return 0
@project.stub!(:features).and_return []
render :locals => {:model => @project, :assoc => :features}
end

Expand Down

0 comments on commit 2ead2b2

Please sign in to comment.