Sha256: b844dee9749e9f410691f78387c1c1206108379c3b735d255cde196aafed7c53

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

<%
std_opts = '--format progress'

platform_opts = case RUBY_PLATFORM
                when /darwin/ then '--tags ~@linux --tags ~@windows'
                when /linux/ then '--tags ~@osx --tags ~@windows'
                when /win32/, /mingw32/ then '--tags ~@osx --tags ~@linux'
                else '--tags ~@osx --tags ~@linux --tags ~@windows'
                end
%>
default: <%= std_opts %> <%= platform_opts %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shuhari-0.1.1 cucumber.yml
shuhari-0.1.0 cucumber.yml