Sha256: bc54d96b87c3dd1774731f4e7280a3ae00aa78a95b3eb8141ac9b6bf113fe087
Contents?: true
Size: 524 Bytes
Versions: 11
Compression:
Stored size: 524 Bytes
Contents
Feature: deprecation warnings Background: Given a repository with following Vendorfile: """ruby vendor 'generated', :version => '0.23' do |v| File.open('README', 'w') { |f| f.puts "Hello, World!" } end """ Scenario: `vendorify` command prints a deprecation warning When I successfully run `vendorify` Then the output should contain "DEPRECATED" Scenario: `vendor` command doesn't print a deprecation warning When I successfully run `vendor` Then the output should not contain "DEPRECATED"
Version data entries
11 entries across 11 versions & 1 rubygems