Sha256: a38c358d152aa8a61f949c0941ed7bee59c2ca37560bff4d79132a4db824193f
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' RSpec.describe 'bundler', type: :rake do before do load_default_config end 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mina-1.2.5 | spec/tasks/bundler_spec.rb |