Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
revert back to normal - travis still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
juchankim committed Aug 24, 2015
1 parent 33ee56d commit a2321e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/graders/feature_grader/hw4_grader.rb
Expand Up @@ -101,13 +101,13 @@ def runner_block
log ''

# Check reference cucumber
# time_operation 'reference cucumber' do
# log separator
# log 'Running reference Cucumber scenarios:'
# test_prepare(env)
# check_ref_cucumber
# log separator
# end
time_operation 'reference cucumber' do
log separator
log 'Running reference Cucumber scenarios:'
test_prepare(env)
check_ref_cucumber
log separator
end
end
log "Total score: #{@raw_score} / #{@raw_max}"
log "Completed in #{Time.now-start_time} seconds."
Expand Down

0 comments on commit a2321e1

Please sign in to comment.