From 9c2ff53b19bfded4c8adaa2f05353d94f0da199b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sat, 1 Nov 2014 23:26:49 -0200 Subject: [PATCH] ci: testrb call needs -Itest --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 90f119e..b1d9dba 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -24,7 +24,7 @@ namespace :ci do end end - sh 'testrb', *tests unless tests.empty? + sh 'testrb', '-Itest', *tests unless tests.empty? sh 'cucumber', *features unless features.empty? sh 'cucumber', '-p', 'selenium', *features unless features.empty? end -- libgit2 0.21.2