Skip to content

Commit b62b5fd

Browse files
Update spec/unit/intercom/company_spec.rb
Co-authored-by: Rahul D'souza <[email protected]>
1 parent 2ab8abc commit b62b5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/intercom/company_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
it "deletes a company" do
4040
company = Intercom::Company.new("id" => "1")
41-
client.expects(:delete).with("/companies/1", {}).returns(test_company)
41+
client.expects(:delete).with("/companies/1", {})
4242
client.companies.delete(company)
4343
end
4444
end

0 commit comments

Comments
 (0)