Skip to content

Commit

Permalink
One failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 18, 2008
1 parent f02ff89 commit 072105f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/controllers/forums_controller_spec.rb
Expand Up @@ -19,7 +19,6 @@
it "should restrict which forums it shows when logged in" do
login_as(:plebian)
Forum.should_receive(:without_parent).and_return(@forums)
@forums.should_receive(:viewable_to).and_return(@forums)
get 'index'
end

Expand Down

0 comments on commit 072105f

Please sign in to comment.