Skip to content

Commit

Permalink
Moving to SelfGroupingTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 22, 2008
1 parent d28d587 commit 117bd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/grouped_scope/self_grouping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def all_grouped?
end

def no_group?
# TODO [group_id] Abstractraction point.
proxy_owner.group_id.blank?
end

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require File.dirname(__FILE__) + '/../helper'

class GroupTest < GroupedScope::TestCase
class SelfGrouppingTest < GroupedScope::TestCase

def setup
setup_environment
Expand Down

0 comments on commit 117bd6c

Please sign in to comment.