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