diff --git a/test/unit/repository_darcs_test.rb b/test/unit/repository_darcs_test.rb index 65395fe51..5f5df89a8 100644 --- a/test/unit/repository_darcs_test.rb +++ b/test/unit/repository_darcs_test.rb @@ -21,6 +21,7 @@ class RepositoryDarcsTest < ActiveSupport::TestCase fixtures :projects REPOSITORY_PATH = Rails.root.join('tmp/test/darcs_repository').to_s + NUM_REV = 6 def setup @project = Project.find(3)