Skip to content

Commit 1f9c40f

Browse files
authored
Merge pull request #1241 from yahonda/parially_revert_1171
No need to skip the test because Rails 6.0.4 is out
2 parents f31c286 + 58af8fb commit 1f9c40f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/ransack/search_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ module Ransack
332332
end
333333

334334
it 'use appropriate table alias' do
335-
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"
336-
337335
s = Search.new(Person, {
338336
name_eq: "person_name_query",
339337
articles_title_eq: "person_article_title_query",

0 commit comments

Comments
 (0)