diff --git a/test/lib/vedeu/interfaces/clear_test.rb b/test/lib/vedeu/interfaces/clear_test.rb index f4ac924ac..b28351f63 100644 --- a/test/lib/vedeu/interfaces/clear_test.rb +++ b/test/lib/vedeu/interfaces/clear_test.rb @@ -68,7 +68,7 @@ module Interfaces it { subject.must_be_instance_of(Array) } it do - Vedeu.expects(:render_output).with(output) + Vedeu.expects(:render_output) subject end