Added reference to the local version of ms-rest to make tests of ms-rest-azure run.

This commit is contained in:
Nick Lebedev 2015-08-21 18:41:03 +03:00
Родитель faaf8e1c62
Коммит eadf894ea2
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -12,7 +12,8 @@ group :development do
gem 'concurrent-ruby-ext'
gem 'faraday'
gem 'faraday-cookie_jar'
gem 'ms_rest'
# gem 'ms_rest'
gem 'ms_rest', path: '../ms-rest' # (TODO: change back to global gem before publishing)
end
group :test do

Просмотреть файл

@ -158,7 +158,7 @@
<!-- Run tests. -->
<Target Name="Test" DependsOnTargets="RestoreNugetPackages;RestoreRubyDependencies">
<Exec Command="gulp test"/>
</Target>
</Target>
<PropertyGroup>
<!-- This property is used by the continuous intergration job.
@ -242,8 +242,7 @@
<Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest" Command ="rake build"/>
<Message Text="Updating ms-rest-azure dependencies"/>
<!-- Disabled until ms-rest gem is properly referenced in the ms-rest-azure -->
<!-- <Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest-azure" Command ="bundle install"/> -->
<Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest-azure" Command ="bundle install"/>
<Exec WorkingDirectory=".\ClientRuntimes\Ruby\ms-rest-azure" Command ="rake build"/>
<Message Text="Updating ruby tests dependencies"/>