@@ -25,7 +25,7 class RepositoryBazaarTest < ActiveSupport::TestCase | |||
|
25 | 25 | REPOSITORY_PATH.gsub!(/\/+/, '/') |
|
26 | 26 | |
|
27 | 27 | def setup |
|
28 |
@project = Project.find( |
|
|
28 | @project = Project.find(3) | |
|
29 | 29 | assert @repository = Repository::Bazaar.create(:project => @project, :url => "file:///#{REPOSITORY_PATH}") |
|
30 | 30 | end |
|
31 | 31 |
General Comments 0
You need to be logged in to leave comments.
Login now