Sha256: f60cf23179e7d7d279ea409abc753c21c9f7c391eeeeaaa566aa58efc854cde8

Contents?: true

Size: 173 Bytes

Versions: 7

Compression:

Stored size: 173 Bytes

Contents

require 'test/helper'
describe "Runpuppet" do
  it "has no syntax errors" do
    a = %x(./bin/runpuppet -h 2>&1)
    a.must_match 'Runpuppet for puppet_controller'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
runpuppet-1.0.2 test/binary_test.rb
runpuppet-1.0.1 test/binary_test.rb
runpuppet-1.0.0 test/binary_test.rb
runpuppet-1.0.0.rc6 test/binary_test.rb
runpuppet-1.0.0.rc5 test/binary_test.rb
runpuppet-1.0.0.rc4 test/binary_test.rb
runpuppet-1.0.0.rc2 test/binary_test.rb