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:
parent
f8d94c745d
commit
8749a1c3bd
1 changed files with 9 additions and 0 deletions
9
Rakefile
9
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue