We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e209e3 commit e03723cCopy full SHA for e03723c
spec/unit/intercom/traits/api_resource_spec.rb
@@ -41,10 +41,6 @@
41
42
before(:each) { api_resource.from_response(object_json) }
43
44
- it "does not set type on parsing json" do
45
- api_resource.wont_respond_to :type
46
- end
47
-
48
it "coerces time on parsing json" do
49
assert_equal Time.at(1374056196), api_resource.created_at
50
end
0 commit comments