projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix most auto-correctable rubocop issues
[rails.git]
/
test
/
models
/
redaction_test.rb
diff --git
a/test/models/redaction_test.rb
b/test/models/redaction_test.rb
index
61b64f2
..
3d1aecc
100644
(file)
--- a/
test/models/redaction_test.rb
+++ b/
test/models/redaction_test.rb
@@
-32,5
+32,4
@@
class RedactionTest < ActiveSupport::TestCase
end
assert_equal(true, n.redacted?, "Expected node to be redacted after redact! call.")
end
-
end