Skip to content

Commit

Permalink
(FatalBadgers#1) Remove failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrice10 committed Feb 6, 2015
1 parent 25f8c00 commit 8f9fbaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion client/app/search/search.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ angular.module('tikrApp')
.then(function(user){
User.search({
skill: language,
username: $scope.TEST_USER || user.github.login,
username: user.github.login,
pageNumber: pageNumber
}, function(data) {
$scope.searchStarted = true;
Expand Down
35 changes: 0 additions & 35 deletions client/app/search/search.controller.spec.js

This file was deleted.

0 comments on commit 8f9fbaf

Please sign in to comment.