Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-07-24 12:48:47 +03:00
parent 1fd43e1f92
commit c23e1f3d41
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ describe 'Gitlab::Satellite::Action' do
describe '#prepare_satellite!' do
it 'should be able to fetch timeout from conf' do
Gitlab.config.satellites.timeout = 30
DEFAULT_OPTIONS['git_timeout'].should == 30.seconds
Gitlab::Satellite::Action::DEFAULT_OPTIONS[:git_timeout].should == 30.seconds
end
it 'create a repository with a parking branch and one remote: origin' do