Skip to content

Commit

Permalink
remove pending spec which purpose I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 17, 2011
1 parent d6e775c commit 93d23e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/finders/active_record_spec.rb
Expand Up @@ -178,11 +178,6 @@
users = User.select('DISTINCT salary').paginate :page => 2
users.total_entries.should == 5
end

it "should count with scoped select when :select => DISTINCT" do
pending
Topic.distinct.paginate :page => 2
end

describe "paginate_by_sql" do
it "should respond" do
Expand Down

0 comments on commit 93d23e9

Please sign in to comment.