Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove only from tests
  • Loading branch information
orderedlist committed Mar 22, 2015
commit 5bffb8d629994dabe0dbdaac288ef33c074652bc
2 changes: 1 addition & 1 deletion test/tests/checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe("Checkout", function() {
});
});

it.only("can checkout a branch", function() {
it("can checkout a branch", function() {
var test = this;

return test.repository.checkoutBranch(checkoutBranchName)
Expand Down