users_controller_spec.rb revision 23305f217b86a2ebf90a848af9036908e0070542
require 'spec_helper'
context 'on GET to index' do
context 'not signed in' do
it { should respond_with :redirect }
end
before do
end
it { should respond_with :redirect }
end
before do
end
it { should respond_with :success }
end
end
end