Skip to content

Commit

Permalink
acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Jen committed Aug 9, 2018
1 parent 1368053 commit db1a57f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/acceptance/version_changer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
its(:content) { is_expected.to match(%r{^\s+puppet \(#{Regexp.escape(puppet_version)}(\)|-)}im) }
end
end

describe command('pdk validate --puppet-dev') do
its(:stderr) { is_expected.to match(%r{Using Puppet file://}i) }
its(:exit_status) { is_expected.to eq(0) }
end
end
end

0 comments on commit db1a57f

Please sign in to comment.