Skip to content

Commit

Permalink
-only
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Nov 24, 2014
1 parent e101bb6 commit 6021be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('storage', function() {
});
});

it.only('should read/write from/to a file in a directory', function(done) {
it('should read/write from/to a file in a directory', function(done) {
var file = bucket.file('directory/file');
var contents = 'test';

Expand Down

0 comments on commit 6021be0

Please sign in to comment.