Sha256: 24b634c2bea30fc7256fcabdabfbd9c0019d285c0afd03dfbba69ae69e9e4475
Contents?: true
Size: 365 Bytes
Versions: 18
Compression:
Stored size: 365 Bytes
Contents
require 'spec_helper' RSpec.describe 'bundler', type: :rake do describe 'bundle:install' do it 'bundle install' do expect { invoke_all }.to output(output_file('bundle_install')).to_stdout end end describe 'bundle:clean' do it 'bundle clean' do expect { invoke_all }.to output(output_file('bundle_clean')).to_stdout end end end
Version data entries
18 entries across 18 versions & 1 rubygems