test/checkr/eviction_search_test.rb in checkr-official-1.7.1 vs test/checkr/eviction_search_test.rb in checkr-official-1.8.0
- old
+ new
@@ -45,9 +45,21 @@
should 'have the status attribute' do
assert_equal(test_eviction_search[:status], @eviction_search.status)
end
+ should 'have the result attribute' do
+ assert_equal(test_eviction_search[:result], @eviction_search.result)
+ end
+
+ should 'have the cancellation_reason attribute' do
+ assert_equal(test_eviction_search[:cancellation_reason], @eviction_search.cancellation_reason)
+ end
+
+ should 'have the cancellation_reason_description attribute' do
+ assert_equal(test_eviction_search[:cancellation_reason_description], @eviction_search.cancellation_reason_description)
+ end
+
should 'have the created_at attribute' do
assert_equal(test_eviction_search[:created_at], @eviction_search.created_at)
end
should 'have the completed_at attribute' do