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