Skip to content

Commit

Permalink
Use mocha for all grouped test.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 24, 2008
1 parent 6df1bf8 commit a033391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grouped_scope/self_grouping_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def setup
end

should 'allow proxy owner to define all grouped which ignores group_id schema' do
def @e2.all_grouped? ; true ; end
@e2.stubs(:all_grouped?).returns(true)
assert_same_elements [@e1,@e2,@e3,@e4], @e2.group
assert_same_elements @e1.reports + @e3.reports, @e2.group.reports
end
Expand Down

0 comments on commit a033391

Please sign in to comment.