Rakefile in respec-0.9.0 vs Rakefile in respec-0.9.1
- old
+ new
@@ -1,5 +1,7 @@
require 'ritual'
task :ci do
+ sh 'git config --global user.name || git config --global user.name Test'
+ sh 'git config --global user.email || git config --global user.email test@example.com'
sh 'bundle exec rspec spec'
end