Sha256: 709463cb8e317183f812976cc04dcbcc0b879863ad663f05db31bbf83acb202c

Contents?: true

Size: 1.83 KB

Versions: 28

Compression:

Stored size: 1.83 KB

Contents

SVN-fs-dump-format-version: 2

UUID: 3ede5f56-4031-f743-bcde-a87e4ff3590e

Revision-number: 0
Prop-content-length: 56
Content-length: 56

K 8
svn:date
V 27
2006-06-29T09:59:06.497680Z
PROPS-END

Revision-number: 1
Prop-content-length: 113
Content-length: 113

K 7
svn:log
V 10
Added test
K 10
svn:author
V 8
Apomozov
K 8
svn:date
V 27
2006-06-29T10:48:02.581619Z
PROPS-END

Node-path: Rakefile
Node-kind: file
Node-action: add
Prop-content-length: 10
Text-content-length: 220
Text-content-md5: b3f8886d55aca8f73578c7a896d1779a
Content-length: 230

PROPS-END
require 'rake'
require 'rake/testtask'

task :default => :test

desc "Run the unit tests in test/unit"
Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.pattern = 'test/*_test.rb'
  t.verbose = true
end


Node-path: test
Node-kind: dir
Node-action: add
Prop-content-length: 10
Content-length: 10

PROPS-END


Node-path: test/a_test.rb
Node-kind: file
Node-action: add
Prop-content-length: 10
Text-content-length: 101
Text-content-md5: 566f0fba7037bdfe73a4dc77368dabdc
Content-length: 111

PROPS-END
require 'test/unit'

class ATest < Test::Unit::TestCase
  def test_ok
    assert true
  end
end

Revision-number: 2
Prop-content-length: 127
Content-length: 127

K 7
svn:log
V 24
Added custom rake tasks

K 10
svn:author
V 8
Apomozov
K 8
svn:date
V 27
2006-08-21T12:15:18.697839Z
PROPS-END

Node-path: Rakefile
Node-kind: file
Node-action: change
Text-content-length: 354
Text-content-md5: f2c9b7345783c55045e523e052ddaf9e
Content-length: 354

require 'rake'
require 'rake/testtask'

task :default => :test

desc "Run the unit tests in test/unit"
Rake::TestTask.new(:test) do |t|
  t.libs << "test"
  t.pattern = 'test/*_test.rb'
  t.verbose = true
end

task :custom1 do
  puts "Task 'custom1' has been invoked"
end

task :custom2 do
  puts "Task 'custom2' has been invoked"
end


Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
cerberus-0.8.0 test/data/subversion.dump
cerberus-0.7.9 test/data/subversion.dump
edavis10-cerberus-0.7.8 test/data/subversion.dump
cerberus-0.7.8 test/data/subversion.dump
cerberus-0.7.7 test/data/subversion.dump
cerberus-0.7.6 test/data/subversion.dump
cerberus-0.7.2 test/data/subversion.dump
cerberus-0.7.5 test/data/subversion.dump
cerberus-0.7 test/data/subversion.dump
cerberus-0.2.3 test/data/application.dump
cerberus-0.2.2 test/data/application.dump
cerberus-0.2.4 test/data/application.dump
cerberus-0.3.0 test/data/subversion.dump
cerberus-0.3.1 test/data/subversion.dump
cerberus-0.3.3 test/data/subversion.dump
cerberus-0.3.2 test/data/subversion.dump
cerberus-0.3.4 test/data/subversion.dump
cerberus-0.3.6 test/data/subversion.dump
cerberus-0.4.0 test/data/subversion.dump
cerberus-0.3.5 test/data/subversion.dump