Remove unneeded test output

[skip ci]
This commit is contained in:
jonatack 2015-03-24 07:27:34 +05:30
parent 65c59b0966
commit 54932a4705
1 changed files with 0 additions and 2 deletions

View File

@ -326,8 +326,6 @@ module Ransack
v: ['Passing arguments to ransackers!']
}]
)
puts "
#{s.result.to_sql}"
expect(s.result.to_sql).to match(
/LENGTH\(articles.body\) BETWEEN 10 AND 100/
)