projects_controller_spec.rb revision 9176d09fad7744e257dd3292bd4d9b066b670b87
require 'spec_helper'
it { should respond_with :success }
end
before { get :show, id: project.id }
it { should respond_with :success }
end
it { should respond_with :success }
end
it { should respond_with :success }
end
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
it { should respond_with :success }
end
before { get :show, id: project.id }
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
end