Skip to content

Commit

Permalink
Un-commented a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mirakui committed Oct 13, 2024
1 parent 210f8b9 commit 5242ac1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/integration/shared_examples/active_record_functions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
end

context 'SELECT' do
# it { expect(Product.where(name: ['apple', 'orange']).sum(:price)).to eq(400) }
it { expect(Product.count).to eq(3) }
it { expect(Product.where(name: ['apple', 'orange']).sum(:price)).to eq(400) }
end

context 'UPDATE' do
Expand Down

0 comments on commit 5242ac1

Please sign in to comment.