Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 9, 2024
1 parent 6ed0cd2 commit adc0f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/asana_upload_action_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
allow(Asana::Client).to receive(:new).and_return(asana_client)
allow(asana_client).to receive(:tasks).and_return(@asana_client_tasks)
end

it "uploads a file successfully" do
allow(@asana_client_tasks).to receive(:find_by_id).with("123").and_return(@task)
allow(@task).to receive(:attach).with(filename: "path/to/file.txt", mime: "application/octet-stream")
Expand Down

0 comments on commit adc0f96

Please sign in to comment.