1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

equality for all

This commit is contained in:
David Chelimsky 2009-06-29 14:10:25 -04:00
parent 5d5bb920d2
commit 0a645e25ef

View file

@ -69,10 +69,10 @@ namespace :git do
task :status do
["../core","../expectations", "../mocks"].each do |repo|
puts
puts "*" * 50
puts "git status of #{repo}:"
puts "=" * 50
puts "running git status on #{repo}:"
puts "=" * 50
puts `cd #{repo} && git status`
puts "*" * 50
end
end
end