Sha256: 53485404408fffd95ee341239f0c135fdde573d8cad0026bd8aa4879775add17
Contents?: true
Size: 428 Bytes
Versions: 14
Compression:
Stored size: 428 Bytes
Contents
require 'vcr' VCR.configure do |c| c.hook_into :webmock c.cassette_library_dir = 'features/cassettes' end VCR.cucumber_tags do |t| t.tag '@new-files' t.tag '@new-files-for-sydney' t.tag '@new-and-changed-files' t.tag '@only-changed-files' t.tag '@no-new-or-changed-files' t.tag '@s3-and-cloudfront' t.tag '@s3-and-cloudfront-when-updating-a-file' t.tag '@one-file-to-delete' t.tag '@create-redirect' end
Version data entries
14 entries across 14 versions & 2 rubygems