Changeset 686

Show
Ignore:
Timestamp:
12/20/07 00:34:15 (8 months ago)
Author:
lorenjohnson
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/spec/controllers/application_controller_spec.rb

    r656 r686  
    55  scenario :users 
    66   
    7   before :each do 
    8     @user = users(:admin)     
     7  before :all do 
     8    # @user = users(:admin)     
    99    @controller = ApplicationController.new 
    1010  end 
     
    1818  end 
    1919   
    20   it 'should capture current user' 
     20  # it 'should capture current user' 
    2121 
    2222end