Commit 9c2ff53b19bfded4c8adaa2f05353d94f0da199b
1 parent
f82af981
Exists in
master
and in
29 other branches
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 | 24 | end |
25 | 25 | end |
26 | 26 | |
27 | - sh 'testrb', *tests unless tests.empty? | |
27 | + sh 'testrb', '-Itest', *tests unless tests.empty? | |
28 | 28 | sh 'cucumber', *features unless features.empty? |
29 | 29 | sh 'cucumber', '-p', 'selenium', *features unless features.empty? |
30 | 30 | end | ... | ... |