teams_controller_spec.rb revision ea94bb3c454f088f56abb413380810fc71225f51
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