Sha256: 2bc713eccc69e3dd3deff62dab035b70e8ba28ce751c76c02f6dfb6e4f500fee

Contents?: true

Size: 373 Bytes

Versions: 27

Compression:

Stored size: 373 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper.rb'

class UsersControllerTest < ActionController::TestCase

  tests UsersController

  context "when signed out" do
    # setup { sign_out }

    context "on GET to #new" do
      
      setup { get :new }

      should "do something???" do
        puts "REQUEST: #{@user.inspect}"
      end
      
    end
    
  end
end

Version data entries

27 entries across 27 versions & 8 rubygems

Version Path
robdimarco-authlogic-connect-0.0.6 test/controllers/test_users_controller.rb
anideo-authlogic-connect-0.0.6 test/controllers/test_users_controller.rb
jspooner-authlogic-connect-0.0.20 test/controllers/test_users_controller.rb
jspooner-authlogic-connect-0.0.19 test/controllers/test_users_controller.rb
foreverman-authlogic-connect-0.0.4 test/controllers/test_users_controller.rb
foreverman-authlogic-connect-0.0.3 test/controllers/test_users_controller.rb
foreverman-authlogic-connect-0.0.2 test/controllers/test_users_controller.rb
foreverman-authlogic-connect-0.0.1 test/controllers/test_users_controller.rb
foreverman-authlogic-connect-0.0.6 test/controllers/test_users_controller.rb
authlogic-connect-andrewacove-0.5.7 test/controllers/test_users_controller.rb
authlogic-connect-0.0.6 test/controllers/test_users_controller.rb
authlogic-connect-0.0.5.1 test/controllers/test_users_controller.rb
authlogic-connect-0.0.5 test/controllers/test_users_controller.rb
authlogic-connect-andrewacove-0.5.6 test/controllers/test_users_controller.rb
authlogic-connect-andrewacove-0.5.5 test/controllers/test_users_controller.rb
authlogic-connect-andrewacove-0.5.4 test/controllers/test_users_controller.rb
authlogic-connect-andrewacove-0.5.2 test/controllers/test_users_controller.rb
authlogic-connect-andrewacove-0.5.0 test/controllers/test_users_controller.rb
authlogic-connect-0.0.4.06 test/controllers/test_users_controller.rb
authlogic-connect-x-0.0.4.05x test/controllers/test_users_controller.rb