diff --git a/test/relation_test.rb b/test/relation_test.rb index d5dc01d..18a2525 100644 --- a/test/relation_test.rb +++ b/test/relation_test.rb @@ -38,7 +38,6 @@ class RelationTest < Minitest::Test store_names ["Blue", "Red"] assert_equal [["Blue", nil], ["Red", nil]], Product.order(:name).pluck(:name, :store_id) if defined?(ActiveRecord) assert_equal [["Blue", nil], ["Red", nil]], Product.search.order(:name).pluck(:name, :store_id) - end def test_parameters -- libgit2 0.21.0