Sha256: 66f3917b6fdc506677d3655ef866db8b120bef57f0f5a946d261cf2b0bbc8de8
Contents?: true
Size: 640 Bytes
Versions: 5
Compression:
Stored size: 640 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 '@no-new-or-changed-files-gzipped-content' t.tag '@changed-files-large-site' t.tag '@changed-files-after-gzip-config-update' t.tag '@s3-and-cloudfront' t.tag '@s3-and-cloudfront-when-updating-a-file' t.tag '@s3-and-cloudfront-after-deleting-a-file' t.tag '@one-file-to-delete' t.tag '@create-redirect' t.tag '@empty-bucket' end
Version data entries
5 entries across 5 versions & 1 rubygems