提交 d2f9b8e8 编写于 作者: R Ryuta Kamizono

Address rubocop offences

上级 e04af4eb
......@@ -32,7 +32,7 @@ class TestContentNegotiation < Rack::TestCase
test "Unregistered mimes are ignored" do
get "/content_negotiation/basic/all", headers: { "HTTP_ACCEPT" => "text/plain, mime/another" }
assert_body '[:text]'
assert_body "[:text]"
end
end
end
......@@ -8,16 +8,16 @@ class SelectCore < Arel::Nodes::Node
def initialize
super()
@source = JoinSource.new nil
@source = JoinSource.new nil
@optimizer_hints = nil
# https://ronsavage.github.io/SQL/sql-92.bnf.html#set%20quantifier
@set_quantifier = nil
@projections = []
@wheres = []
@groups = []
@havings = []
@windows = []
@set_quantifier = nil
@optimizer_hints = nil
@projections = []
@wheres = []
@groups = []
@havings = []
@windows = []
end
def from
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册