lib/pah/partials/_rspec.rb in pah-0.0.10 vs lib/pah/partials/_rspec.rb in pah-0.0.11
- old
+ new
@@ -6,8 +6,8 @@
%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 => '.'
+git :add => '--all'
git :commit => "-aqm 'Configured RSpec.'"
puts "\n"