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

Adding a chrome to the spec task

This commit is contained in:
Chad Humphries 2009-06-29 14:01:55 -04:00
parent f8d94c745d
commit 8749a1c3bd

View file

@ -23,10 +23,19 @@ require 'spec/rake/spectask'
task :spec do
system <<-COMMANDS
cd ../core &&
echo '================================'
echo 'Running spec/core suite . . .'
echo '================================'
rake spec &&
cd ../mocks &&
echo '================================'
echo 'Running spec/mocks suite . . .'
echo '================================'
rake spec &&
cd ../expectations &&
echo '================================'
echo 'Running spec/expectations suite . . .'
echo '================================'
rake spec
COMMANDS
end