Skip to content

Commit

Permalink
cleanup test suite for 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 5, 2010
1 parent 6e2745b commit a78e063
Show file tree
Hide file tree
Showing 39 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/base_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class BaseTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/email_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class EmailTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/logged_in_status_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class LoggedInStatusTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/login_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class LoginTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/magic_columns_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class MagicColumnsTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/password_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class PasswordTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/perishable_token_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class PerishableTokenTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/persistence_token_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class PersistenceTokenTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/restful_authentication_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class RestfulAuthenticationTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/session_maintenance_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class SessionMaintenanceTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/acts_as_authentic_test/single_access_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module ActsAsAuthenticTest
class SingleAccessTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/authenticates_many_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/test_helper.rb'
require 'test_helper'

class AuthenticatesManyTest < ActiveSupport::TestCase
def test_scoping
Expand Down
2 changes: 1 addition & 1 deletion test/crypto_provider_test/aes256_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module CryptoProviderTest
class AES256Test < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/crypto_provider_test/bcrypt_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module CryptoProviderTest
class BCrpytTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/crypto_provider_test/sha1_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module CryptoProviderTest
class Sha1Test < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/crypto_provider_test/sha256_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module CryptoProviderTest
class Sha256Test < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/crypto_provider_test/sha512_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module CryptoProviderTest
class Sha512Test < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/i18n_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/test_helper.rb'
require 'test_helper'

class I18nTest < ActiveSupport::TestCase
def test_uses_authlogic_as_scope_by_default
Expand Down
2 changes: 1 addition & 1 deletion test/random_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/test_helper.rb'
require 'test_helper'

class RandomTest < ActiveSupport::TestCase
def test_random_tokens_are_indeed_random
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/activation_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module ActivationTest
Expand Down
4 changes: 2 additions & 2 deletions test/session_test/active_record_trickery_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module ActiveRecordTrickeryTest
Expand Down Expand Up @@ -29,7 +29,7 @@ def test_new_record

def test_to_model
session = UserSession.new
assert session, session.to_model
assert_equal session, session.to_model
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/brute_force_protection_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module BruteForceProtectionTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/callbacks_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class CallbacksTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/cookies_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module CookiesTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/existence_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module ExistenceTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/http_auth_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class HttpAuthTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/id_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class IdTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/klass_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module KlassTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/magic_columns_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module MagicColumnsTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/magic_states_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module SessionTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/params_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module ParamsTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/password_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module PasswordTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/perishability_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class PerishabilityTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/persistence_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class PersistenceTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/scopes_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class ScopesTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/session_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module SessionTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/timeout_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
module TimeoutTest
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/unauthorized_record_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class UnauthorizedRecordTest < ActiveSupport::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/session_test/validation_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
require 'test_helper'

module SessionTest
class ValidationTest < ActiveSupport::TestCase
Expand Down

0 comments on commit a78e063

Please sign in to comment.