Skip to content
Extraits de code Groupes Projets
view-spec.js 308 octets
Newer Older
  • Learn to ignore specific revisions
  • danielgrippi's avatar
    danielgrippi a validé
    /*   Copyright (c) 2010-2011, Diaspora Inc.  This file is
    
    *   licensed under the Affero General Public License version 3 or later.  See
    *   the COPYRIGHT file.
    */
    
    describe("View", function() {
    
      it("is the object that helps the UI", function() {
    
        expect(typeof View === "object").toBeTruthy();
      });
    });