Commit 278ea7d4eac8819a824d85ebb2dc1482f0e1c5dd

Authored by Rafael Manzo
1 parent f026abd8

Acceptance tests do not rely anymore on gitorious

features/repository/edit.feature
... ... @@ -13,7 +13,7 @@ Feature: Repository Edit
13 13 And I am at repository edit page
14 14 Then the field "Name" should be filled with "QtCalculator"
15 15 And the field "Type" should be filled with "GIT"
16   - And the field "Address" should be filled with "https://git.gitorious.org/sbking/sbking.git"
  16 + And the field "Address" should be filled with "https://github.com/rafamanzo/runge-kutta-vtk.git"
17 17 And I set the select field "Process Period" as "Weekly"
18 18 And I set the select field "License" as "EU DataGrid Software License (EUDatagrid)"
19 19 When I fill the Name field with "MedSquare"
... ...
spec/factories/repositories.rb
... ... @@ -21,7 +21,7 @@ FactoryGirl.define do
21 21 license "GPLv3"
22 22 period 1
23 23 scm_type "GIT"
24   - address "https://git.gitorious.org/sbking/sbking.git"
  24 + address "https://github.com/rafamanzo/runge-kutta-vtk.git"
25 25 kalibro_configuration_id 1
26 26 project_id 1
27 27 send_email "test@test.com"
... ...