- after(:create) do |note|
- create(:note_comment, :body => "Closing comment", :event => "closed", :note => note)
+ after(:create) do |note, context|
+ create(:note_comment, :author => context.closed_by, :body => "Closing comment", :event => "closed", :note => note)