From ebf8f0d66f7b9a2f41d1eb00a113754619a7c0f6 Mon Sep 17 00:00:00 2001 From: James Padolsey Date: Tue, 8 Oct 2013 13:56:58 -0700 Subject: [PATCH] rm focused spec and add stripe copyright --- LICENSE | 1 + test/utils.spec.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a5fe9dd54b..371833e144 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ Copyright (C) 2011 Ask Bjørn Hansen +Copyright (C) 2013 Stripe, Inc. (https://stripe.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/utils.spec.js b/test/utils.spec.js index 8758d68ef2..e65e866637 100644 --- a/test/utils.spec.js +++ b/test/utils.spec.js @@ -55,7 +55,7 @@ describe('utils', function() { }); }); - describe.only('protoExtend', function() { + describe('protoExtend', function() { it('Provides an extension mechanism', function() { function A() {} A.extend = utils.protoExtend;