Sha256: 4aca7e770a37d207bdd70497cda80cb0ffb0e1260d1d9cc17db177c351c45ccc
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
puts "Setting up RSpec ... ".magenta remove_dir 'test' copy_static_file 'spec/spec_helper.rb' %w{vcr.rb deferred_garbage_collection.rb http_basic_auth.rb matchers.rb uploaded_file.rb suppress_log.rb}.each do |component| copy_static_file "spec/support/#{component}" end git :add => '--all' git :commit => "-aqm 'Configured RSpec.'" puts "\n"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pah-0.0.12 | lib/pah/partials/_rspec.rb |
pah-0.0.11 | lib/pah/partials/_rspec.rb |