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
/
oauth_nonce_test.rb
diff --git
a/test/models/oauth_nonce_test.rb
b/test/models/oauth_nonce_test.rb
index
04b8dad
..
703774e
100644
(file)
--- a/
test/models/oauth_nonce_test.rb
+++ b/
test/models/oauth_nonce_test.rb
@@
-16,5
+16,4
@@
class OauthNonceTest < ActiveSupport::TestCase
nonce2 = OauthNonce.remember(string, timestamp)
assert_equal false, nonce2, "Shouldn't be able to remember the same nonce twice."
end
-
end