Sha256: 4eae6a1fbac6cc2435ed1d4b738947b5174d32d1184e04cd942ef837873d0adf

Contents?: true

Size: 276 Bytes

Versions: 4

Compression:

Stored size: 276 Bytes

Contents

require 'test/unit'
require 'rscm/generic_scm_tests'
require 'rscm/perforce/perforce'

module RSCM
  class PerforceTest < Test::Unit::TestCase

    include GenericSCMTests

    def create_scm(repository_root_dir, path)
      Perforce.new(repository_root_dir)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rscm-0.1.0.1337 test/rscm/perforce/perforce_test.rb
rscm-0.1.0.1338 test/rscm/perforce/perforce_test.rb
rscm-0.1.0.999 test/rscm/perforce/perforce_test.rb
rscm-0.1.0 test/rscm/perforce/perforce_test.rb