Skip to content

Commit

Permalink
Merge pull request #1241 from yahonda/parially_revert_1171
Browse files Browse the repository at this point in the history
No need to skip the test because Rails 6.0.4 is out
  • Loading branch information
scarroll32 authored Sep 8, 2021
2 parents f31c286 + 58af8fb commit 1f9c40f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/ransack/search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ module Ransack
end

it 'use appropriate table alias' do
skip "Rails 6 regressed here, but it's fixed in 6-0-stable since https://github.com/rails/rails/commit/f9ba52477ca288e7effa5f6794ae3df3f4e982bc" if ENV["RAILS"] == "v6.0.3"

s = Search.new(Person, {
name_eq: "person_name_query",
articles_title_eq: "person_article_title_query",
Expand Down

0 comments on commit 1f9c40f

Please sign in to comment.