Commit 9c2ff53b19bfded4c8adaa2f05353d94f0da199b

Authored by Antonio Terceiro
1 parent f82af981

ci: testrb call needs -Itest

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/ci.rake
@@ -24,7 +24,7 @@ namespace :ci do @@ -24,7 +24,7 @@ namespace :ci do
24 end 24 end
25 end 25 end
26 26
27 - sh 'testrb', *tests unless tests.empty? 27 + sh 'testrb', '-Itest', *tests unless tests.empty?
28 sh 'cucumber', *features unless features.empty? 28 sh 'cucumber', *features unless features.empty?
29 sh 'cucumber', '-p', 'selenium', *features unless features.empty? 29 sh 'cucumber', '-p', 'selenium', *features unless features.empty?
30 end 30 end