permissions_controller_spec.rb revision da423823257633eda69659de702bd295edc332a6
require 'spec_helper'
let!(:team) { FactoryGirl.create :team }
before do
end
it { should respond_with :redirect }
end
before do
end
it { should respond_with :success }
it { should render_template :index }
end
end
end