Skip to content

Commit ebf8f0d

Browse files
author
James Padolsey
committed
rm focused spec and add stripe copyright
1 parent a806979 commit ebf8f0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (C) 2011 Ask Bjørn Hansen
2+
Copyright (C) 2013 Stripe, Inc. (https://stripe.com)
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy
45
of this software and associated documentation files (the "Software"), to deal

Diff for: test/utils.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('utils', function() {
5555
});
5656
});
5757

58-
describe.only('protoExtend', function() {
58+
describe('protoExtend', function() {
5959
it('Provides an extension mechanism', function() {
6060
function A() {}
6161
A.extend = utils.protoExtend;

0 commit comments

Comments
 (0)