clean up some rubocop stuff

This commit is contained in:
Florian Weingarten
2015-06-04 12:56:29 -04:00
parent c319240174
commit e761a6864e
25 changed files with 74 additions and 118 deletions
-1
View File
@@ -151,5 +151,4 @@ class ConditionUnitTest < Minitest::Test
Condition.new(left, op, right).evaluate(@context || Liquid::Context.new)
end
end
end # ConditionTest