Skip to content

Commit

Permalink
Adding functional test output
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed Aug 7, 2017
1 parent fba2bd5 commit a3d5a7c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -33,6 +33,9 @@

::AMA::Chef::User::Test::Fixture::RunHistory.each do |history|
it "should comply with history '#{history.name}'" do |test_case|
# Tell CI we're still alive
puts "Validating history #{history.name}"

current_state = ::AMA::Chef::User::Model::State.new

history.runs.each do |run|
Expand Down

0 comments on commit a3d5a7c

Please sign in to comment.