Skip to content

Commit

Permalink
Skip "Relation#count does not support finder options anymore in Rails"
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Mar 14, 2016
1 parent 00dbea2 commit 09e2941
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -278,6 +278,7 @@ class ::TestEmployee < ActiveRecord::Base
end

it "should execute correct SQL COUNT DISTINCT statement" do
skip "Relation#count does not support finder options anymore in Rails"
lambda { TestEmployee.count(:employee_id, :distinct => true) }.should_not raise_error
end

Expand Down

0 comments on commit 09e2941

Please sign in to comment.