fix unit test

This commit is contained in:
Jonathan Lipps
2013-01-25 10:15:21 -08:00
committed by Sebastian Tiedtke
parent f238697a5c
commit f21b9c61c8
+1 -1
View File
@@ -41,7 +41,7 @@ describe('IOS', function() {
describe('Appium', function() {
var intercept = []
, inst = appium({});
, inst = appium({app: "/path/to/fake.app"});
var start = function(cb) {
cb(null, {});