Skip to content

Commit d121ebc

Browse files
author
Bulat Shakirzyanov
committed
[ci] enable colored output on jruby
1 parent a9a2e11 commit d121ebc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.rspec

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
--tty
12
--color
23
--format documentation
34
<% if ENV["FAIL_FAST"] == 'Y' %>--fail-fast<% end %>

cucumber.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ if cassandra_version.start_with?('1.2')
1414
cassandra_version_tags += ',@cassandra-version-1.2'
1515
end
1616
%>
17-
default: --guess --tags ~@todo --tags ~@cassandra-version-specific<%= cassandra_version_tags %> -r features/
17+
default: --color --guess --tags ~@todo --tags ~@cassandra-version-specific<%= cassandra_version_tags %> -r features/

0 commit comments

Comments
 (0)