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:
parent
5d5bb920d2
commit
0a645e25ef
1 changed files with 3 additions and 3 deletions
6
Rakefile
6
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue