Skip to content

Commit

Permalink
use src for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Treacy committed Jan 27, 2011
1 parent 67c2b44 commit ead679e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/test_test_server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fs = require 'fs'

if binDir
db = require('../src/index').getClient({port: 9000, debug: false})
TestServer = require('../lib/test_server')
TestServer = require('../src/test_server')
ts = new TestServer({binDir: binDir, tempDir: path.normalize("#{process.cwd()}/.testing")})

suite = vows.describe "Riak Test Server"
Expand Down

0 comments on commit ead679e

Please sign in to comment.