Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
Give myself work.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbreen committed Jan 11, 2015
1 parent eb1b336 commit 677edfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/client_library_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ var create_client_test = function(verb, cmd, cwd, key) {
// functionality to validate that requests can be sent through auth_proxy properly using various languages.
describe('Client library tests', function() {

// TODO: Refactor these tests so they auto-detect if they can be run on the host system.

it ('should support requests from Ruby clients', function(done) {
var rubyTest = create_client_test('GET', 'ruby client.rb', 'test/clients/ruby', 'ruby-test-key')
rubyTest(done);
Expand Down

0 comments on commit 677edfb

Please sign in to comment.