]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/oauth_nonce_test.rb
Fix most auto-correctable rubocop issues
[rails.git] / test / models / oauth_nonce_test.rb
index 04b8dad23afdd6f1143dc74c1ce7979c6a05682b..703774ec853d97be0d18b624e540da1998c60944 100644 (file)
@@ -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