Skip to content

Commit e03723c

Browse files
committed
Fix unit tests
1 parent 4e209e3 commit e03723c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/unit/intercom/traits/api_resource_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141

4242
before(:each) { api_resource.from_response(object_json) }
4343

44-
it "does not set type on parsing json" do
45-
api_resource.wont_respond_to :type
46-
end
47-
4844
it "coerces time on parsing json" do
4945
assert_equal Time.at(1374056196), api_resource.created_at
5046
end

0 commit comments

Comments
 (0)