Skip to content

Commit

Permalink
Merge pull request #14798 from kuldeepaggarwal/fix-warning
Browse files Browse the repository at this point in the history
remove warning while running TEST CASES
  • Loading branch information
senny committed Apr 18, 2014
2 parents c2fa85f + 03042b0 commit 98e8c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/sanitize_test.rb
Expand Up @@ -74,7 +74,7 @@ def self.search(term)
end end
end end


assert_sql /LIKE '20!% !_reduction!_!!'/ do assert_sql(/LIKE '20!% !_reduction!_!!'/) do
searchable_post.search("20% _reduction_!").to_a searchable_post.search("20% _reduction_!").to_a
end end
end end
Expand Down

0 comments on commit 98e8c96

Please sign in to comment.