You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test("this is a test in rails") do
assert(true)
end
This breaks because
There was an old issue: #54 that mentions a bunch of keywords that shouldn't have () after the method call. However test has not been included in the list in rubyfmt.
test is like describe or it keywords that Rails uses to define test cases and is widely used. Therefore this should be added too.
The text was updated successfully, but these errors were encountered:
Input file
Rubyfmt's output
This breaks because
There was an old issue: #54 that mentions a bunch of keywords that shouldn't have
()
after the method call. Howevertest
has not been included in the list inrubyfmt
.test
is likedescribe
orit
keywords that Rails uses to define test cases and is widely used. Therefore this should be added too.The text was updated successfully, but these errors were encountered: