We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a2e11 commit d121ebcCopy full SHA for d121ebc
.rspec
@@ -1,3 +1,4 @@
1
+--tty
2
--color
3
--format documentation
4
<% if ENV["FAIL_FAST"] == 'Y' %>--fail-fast<% end %>
cucumber.yml
@@ -14,4 +14,4 @@ if cassandra_version.start_with?('1.2')
14
cassandra_version_tags += ',@cassandra-version-1.2'
15
end
16
%>
17
-default: --guess --tags ~@todo --tags ~@cassandra-version-specific<%= cassandra_version_tags %> -r features/
+default: --color --guess --tags ~@todo --tags ~@cassandra-version-specific<%= cassandra_version_tags %> -r features/
0 commit comments