mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rake] add examples back into default rake task
This commit is contained in:
parent
02829ec6a4
commit
98579a342a
1 changed files with 1 additions and 2 deletions
3
Rakefile
3
Rakefile
|
@ -53,8 +53,7 @@ task :examples do
|
|||
end
|
||||
|
||||
task :test do # => :examples do
|
||||
Rake::Task[:mock_tests].invoke
|
||||
Rake::Task[:real_tests].invoke
|
||||
Rake::Task[:mock_tests].invoke && Rake::Task[:examples].invoke && Rake::Task[:real_tests].invoke
|
||||
end
|
||||
|
||||
def tests(mocked)
|
||||
|
|
Loading…
Add table
Reference in a new issue