Skip to content

Commit

Permalink
upgrade sql_matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 9, 2024
1 parent ecaa9bb commit 06b559f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/union_of_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ def owned = where(owner: proxy_association.owner)
owned_license_ids = users.flat_map(&:license_ids).uniq

expect(queries.first).to match_sql <<~SQL.squish
SELECT "users" . * FROM "users"
SELECT "users".* FROM "users"
SQL

expect(queries.second).to match_sql <<~SQL.squish
Expand Down
2 changes: 1 addition & 1 deletion union_of.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'temporary_tables', '1.0.0.pre.rc.2'
spec.add_development_dependency 'sql_matchers', '1.0.0.pre.rc.3'
spec.add_development_dependency 'sql_matchers', '1.0.0.pre.rc.4'
spec.add_development_dependency 'sqlite3', '~> 1.4'
spec.add_development_dependency 'mysql2'
spec.add_development_dependency 'pg'
Expand Down

0 comments on commit 06b559f

Please sign in to comment.