test/cli/commands/test_compile.rb in nanoc-4.5.2 vs test/cli/commands/test_compile.rb in nanoc-4.5.3
- old
+ new
@@ -171,10 +171,10 @@
# Listen
listener = new_file_action_printer([rep])
listener.start
Nanoc::Int::NotificationCenter.post(:compilation_started, rep)
- Nanoc::Int::NotificationCenter.post(:rep_written, rep, rep.raw_path, false, true)
+ Nanoc::Int::NotificationCenter.post(:rep_written, rep, false, rep.raw_path, false, true)
listener.stop
# Check
assert_equal 1, listener.events.size
assert_equal :high, listener.events[0][:level]