Sha256: 46a4c178241351ece0c0763b207608a9f56e4363f780e32178d6d01debb4fed1

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

require 'ratch'

KO.case "Ratch::POMUtils" do

  def initialize
    stage_copy 'fixtures/pom_sample'

    @shell = Ratch::Shell.new
    @shell.extend(Ratch::POMUtils)
  end

  test :project do
    @shell.project.is_a?(::POM::Project)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ratch-1.2.0 test/utils/case_pom.rb