]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/oauth_nonce_test.rb
Merge remote-tracking branch 'openstreetmap/pull/1349'
[rails.git] / test / models / oauth_nonce_test.rb
index 04b8dad23afdd6f1143dc74c1ce7979c6a05682b..f170bc69d83290c0559210ff691f8dfb1c2330fb 100644 (file)
@@ -1,4 +1,4 @@
-require 'test_helper'
+require "test_helper"
 
 class OauthNonceTest < ActiveSupport::TestCase
   api_fixtures
@@ -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