users_controller_spec.rb revision 1968afa87c5b8eef1b1977038bf737034e755ade
require 'spec_helper'
context 'on GET to index' do
context 'not signed in' do
before do
end
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