minitest test fail on open_listings
Hey @ajbouh, long time no see, this project looks great.
Tried to run it against our main app's minitest suite but got an error. Maybe has something to do with the fact that we don't use rake test or something about our directory structure?
$ bundle exec qa minitest -archive-base-dir ~/.qa/archive
/Users/petersugihara/open_listings/test/test_helper.rb:166: warning: already initialized constant PhotoStub
/Users/petersugihara/open_listings/test/test_helper.rb:166: warning: previous definition of PhotoStub was here
/Users/petersugihara/open_listings/test/test_helper.rb:168: warning: already initialized constant PROPERTY_IMAGE_REGEX
/Users/petersugihara/open_listings/test/test_helper.rb:168: warning: previous definition of PROPERTY_IMAGE_REGEX was here
/Users/petersugihara/open_listings/test/test_helper.rb:169: warning: already initialized constant S3_PROPERTY_IMAGE_REGEX
/Users/petersugihara/open_listings/test/test_helper.rb:169: warning: previous definition of S3_PROPERTY_IMAGE_REGEX was here
/Users/petersugihara/open_listings/test/test_helper.rb:170: warning: already initialized constant SLACK_NOTIFIER_URL
/Users/petersugihara/open_listings/test/test_helper.rb:170: warning: previous definition of SLACK_NOTIFIER_URL was here
/Users/petersugihara/open_listings/test/test_helper.rb:171: warning: already initialized constant HOWLOUD_V2_SCORE_URL
/Users/petersugihara/open_listings/test/test_helper.rb:171: warning: previous definition of HOWLOUD_V2_SCORE_URL was here
Will run 0 tests using 4 jobs and seed 19892. Will only show passing/omitted tests with output...
🏁 Ran 0 tests in 16.375s (0s of job time): .
[1474356304-cmibnspx.tapj.zip](https://github.com/ajbouh/qa/files/481841/1474356304-cmibnspx.tapj.zip)
.qa archive:
test dir tree:
test
├── capybara
│ ├── admin
│ │ ├── admin_email_announcements_capybara_test.rb
│ │ ├── admin_header_capybara_test.rb
│ │ ├── admin_image_capybara_test.rb
│ │ ├── admin_search_capybara_test.rb
│ │ ├── admin_short_urls_capybara_test.rb
│ │ ├── admin_user_capybara_test.rb
│ │ └── offer_letter_generator_capybara_test.rb
│ ├── admin_offer
│ │ ├── admin_offer_agent_assignment_capybara_test.rb
│ │ ├── admin_offer_capybara2_test.rb
│ │ ├── admin_offer_capybara_test.rb
│ │ ├── admin_offer_create_capybara_test.rb
│ │ ├── admin_offer_dashboard_capybara_test.rb
│ │ ├── admin_offer_docusign_capybara_test.rb
│ │ └── admin_offer_status_change_capybara_test.rb
│ ├── cobuyer
│ │ ├── cobuyer_invite_capybara_test.rb
│ │ └── cobuyer_offer_capybara_test.rb
│ ├── content
│ │ ├── content_capybara_test.rb
│ │ └── testimonials_capybara_test.rb
│ ├── fixers
│ │ └── fixers_capybara_test.rb
│ ├── front
│ │ └── front_capybara_test.rb
│ ├── misc
│ │ ├── architectural_capybara_test.rb
│ │ ├── autocomplete_capybara_test.rb
│ │ ├── error_capybara_test.rb
│ │ ├── header_capybara_test.rb
│ │ ├── referrals_capybara_test.rb
│ │ ├── seo_capybara_test.rb
│ │ ├── static_capybara_test.rb
│ │ ├── video_capybara_test.rb
│ │ └── zone2_capybara_test.rb
│ ├── near
│ │ ├── near_work_capybara_test.rb
│ │ └── nearby_capybara_test.rb
│ ├── offer
│ │ ├── offer_documents_capybara_test.rb
│ │ ├── offer_edit_capybara_test.rb
│ │ ├── offer_new_capybara_test.rb
│ │ ├── offer_price_guidance_capybara_test.rb
│ │ ├── offer_show_capybara_test.rb
│ │ └── offers_capybara_test.rb
│ ├── property
│ │ ├── favorites_capybara_test.rb
│ │ ├── feed_capybara_test.rb
│ │ ├── schools_capybara_test.rb
│ │ └── search_capybara_test.rb
│ ├── property_show
│ │ └── properties_capybara_test.rb
│ ├── property_show_misc
│ │ ├── properties_disclosures_capybara_test.rb
│ │ ├── properties_embed_capybara_test.rb
│ │ ├── properties_info_request_capybara_test.rb
│ │ ├── properties_schools_capybara_test.rb
│ │ ├── properties_setup_banner_capybara_test.rb
│ │ ├── properties_sold_by_ol_capybara_test.rb
│ │ ├── properties_title_request_capybara_test.rb
│ │ ├── property_show_tags_capybara_test.rb
│ │ ├── property_utility_bar_capybara_test.rb
│ │ └── showing_request_capybara_test.rb
│ ├── splash
│ │ ├── homepage_capybara_test.rb
│ │ └── partner_discounts_capybara_test.rb
│ └── user
│ ├── account_capybara_test.rb
│ ├── edit_email_frequency_capybara_test.rb
│ ├── edit_favorite_capybara_test.rb
│ ├── forgot_password_capybara_test.rb
│ ├── lite_login_capybara_test.rb
│ ├── mailer_capybara_test.rb
│ ├── session_capybara_test.rb
│ └── setup_capybara_test.rb
├── client
│ ├── TestHelper.coffee
│ ├── factories
│ │ ├── market_report.coffee
│ │ ├── offer.coffee
│ │ ├── property.coffee
│ │ ├── user.coffee
│ │ └── zone2.coffee
│ └── unit
│ ├── ABTestsTest.coffee
│ ├── AdminHeaderItemsTest.coffee
│ ├── AdminOfferTest.coffee
│ ├── AdminPropertyTest.coffee
│ ├── AdminUserTest.coffee
│ ├── FrontPropertyResponseTest.coffee
│ ├── HeaderItemsTest.coffee
│ ├── OfferPriceFeedbackTest.coffee
│ ├── OfferTest.coffee
│ ├── ParamsTest.coffee
│ ├── PropertyPhotoTest.coffee
│ ├── PropertyTest.coffee
│ ├── SchoolTest.coffee
│ ├── ShowingRequestTest.coffee
│ ├── UserTest.coffee
│ ├── UtilTest.coffee
│ ├── Zone2RouterTest.coffee
│ └── Zone2Test.coffee
├── data
│ ├── amplitude
│ │ ├── 128212
│ │ │ └── sample_data.json.gz
│ │ ├── amplitude_export.zip
│ │ └── sample_data.zip
│ ├── bareis
│ │ ├── 36825_timber_ridge_rd
│ │ │ ├── first.json
│ │ │ └── second.json
│ │ ├── LOTL.json
│ │ ├── MFM2.json
│ │ ├── MFM5.json
│ │ ├── RESI.json
│ │ ├── RESI_21609967.json
│ │ ├── RESI_lease.json
│ │ └── raw
│ │ ├── 400_error.xml
│ │ ├── Image.multi
│ │ ├── LOTL.xml
│ │ ├── MEMB.xml
│ │ ├── MEMB_A325875.xml
│ │ ├── MFM2.xml
│ │ ├── MFM5.xml
│ │ ├── OPEN.xml
│ │ ├── OPEN_21609967.xml
│ │ ├── RESI.xml
│ │ ├── RESI_21609967.xml
│ │ ├── auth.xml
│ │ ├── bad_request.xml
│ │ ├── not_found.xml
│ │ └── object_not_found.xml
│ ├── bay_east
│ │ ├── 1920-e-25th-st-oakland-ca-94606.json
│ │ ├── 842-e-20th-st-oakland-ca-94606.json
│ │ ├── LL_2.json
│ │ ├── MU_6.json
│ │ ├── RE_1.json
│ │ ├── RE_1_40737578.json
│ │ ├── RE_1_updates.json
│ │ ├── RI_4.json
│ │ ├── fake_updates.json
│ │ └── raw
│ │ ├── Agent.xml
│ │ ├── Agent1.xml
│ │ ├── LL_2.xml
│ │ ├── MU_6.xml
│ │ ├── OH_RE_1.xml
│ │ ├── RE_1.xml
│ │ ├── RI_4.xml
│ │ ├── auth.xml
│ │ ├── not_found.xml
│ │ ├── object_not_found.xml
│ │ └── property.multi
│ ├── calrets
│ │ ├── CMF.json
│ │ ├── ML80846778.json
│ │ ├── RES.json
│ │ ├── RIN.json
│ │ ├── RLL.json
│ │ ├── photo.multi
│ │ └── raw
│ │ ├── Agent.xml
│ │ ├── Agent_170440.xml
│ │ ├── CMF.xml
│ │ ├── OpenHouse.xml
│ │ ├── OpenHouse_2.xml
│ │ ├── RES.xml
│ │ ├── RIN.xml
│ │ ├── RLL.xml
│ │ ├── auth.xml
│ │ ├── hrphoto-location1.xml
│ │ ├── not_found.xml
│ │ └── object_not_found.xml
│ ├── carets
│ │ ├── RIN.json
│ │ ├── prop_14748959.json
│ │ ├── prop_14813157.json
│ │ ├── prop_SR15025691.json
│ │ └── raw
│ │ ├── 14813157.xml
│ │ ├── LND_1.xml
│ │ ├── OPEN_SR14202968.xml
│ │ ├── RES_1.xml
│ │ ├── RIN.xml
│ │ ├── RIN_1.xml
│ │ ├── agent_X58315.xml
│ │ ├── auth.xml
│ │ ├── not_found.xml
│ │ ├── offset_exceeded.xml
│ │ └── open_house_1.xml
│ ├── cloudsearch
│ │ ├── search-1-result.json
│ │ ├── search-280-s.json
│ │ ├── search-malibu-pool-nearest.json
│ │ ├── search-malibu-pool.json
│ │ ├── search-modern-furniture.json
│ │ ├── search-no-results.json
│ │ ├── search-shitty-page-1.json
│ │ └── search-shitty-page-2.json
│ ├── docusign
│ │ ├── connect_non_api_document.xml
│ │ ├── connect_recipient_completed_purchase_agreement.xml
│ │ ├── connect_recipient_completed_purchase_agreement_two_documents.xml
│ │ ├── connect_recipient_completed_representation_agreement.xml
│ │ ├── connect_recipient_declined.xml
│ │ ├── create_envelope_response1.json
│ │ ├── delete_envelope_cobuyer_response1.json
│ │ ├── login_information.json
│ │ ├── purchase_agreement
│ │ │ ├── connect_recipient_complete.xml
│ │ │ ├── connect_recipient_sent.xml
│ │ │ └── connect_recipient_signed.xml
│ │ ├── put_envelope_buyer_response1.json
│ │ ├── referral_fee_agreement
│ │ │ ├── connect_ol_broker_signed.xml
│ │ │ ├── connect_recipient_broker_signed.xml
│ │ │ └── connect_recipient_sent.xml
│ │ └── representation_agreement
│ │ └── connect_recipient_sent.xml
│ ├── facebook
│ │ ├── graph_failed.json
│ │ ├── graph_success.json
│ │ ├── graph_success_blank_email.json
│ │ └── graph_success_no_email.json
│ ├── factual
│ │ ├── crosswalk
│ │ │ └── crosswalk-results.json
│ │ ├── parks.json
│ │ ├── restaurants.json
│ │ └── schools
│ │ ├── john-l-golden-elementary-school-etiwanda-ca-91739.json
│ │ ├── julius-corsini-elementary-school-ca.json
│ │ ├── point-fermin-elementary-school-san-pedro-ca-90731.json
│ │ └── rancho-verde-elementary-school-ca.json
│ ├── fang
│ │ ├── 2316-vestal-avenue-los-angeles-ca-90026.json
│ │ └── unassigned.json
│ ├── fixtures
│ │ └── property
│ │ ├── apartment-v1.json
│ │ ├── home-v1.json
│ │ ├── land-v1.json
│ │ ├── multi_family-v1.json
│ │ └── townhome-v1.json
│ ├── flippers
│ │ ├── flip_negative.txt
│ │ └── flip_positive.txt
│ ├── free_geo_ip
│ │ └── sf_ip.json
│ ├── fub
│ │ ├── offer-alex.json
│ │ └── user-inquiry-response.json
│ ├── full_contact
│ │ └── person.json
│ ├── ghost
│ │ └── ghost.db
│ ├── glendale
│ │ ├── 0-kramer-junction-kramer-junction-ca.json
│ │ ├── 2254-coveview-drive-2288-clearlake-park-ca-95424-1.json
│ │ ├── 2254-coveview-drive-2288-clearlake-park-ca-95424.json
│ │ ├── 2818-ivywood-court-san-jose-ca-95121.json
│ │ ├── LOTL_1.json
│ │ ├── MOBL_1.json
│ │ ├── RENT_1.json
│ │ ├── RESI_1.json
│ │ ├── RESI_SR16184776.json
│ │ ├── RESI_future_status.json
│ │ ├── RSIN_1.json
│ │ ├── SR15034721.json
│ │ ├── SR15267805.json
│ │ ├── SR16001237.json
│ │ ├── agent_CLW-X10481.xml
│ │ ├── agent_CLW-X61877.xml
│ │ ├── agent_CRS-F207013719.json
│ │ ├── agent_email.json
│ │ ├── auth.xml
│ │ ├── logout.xml
│ │ ├── media-2-results.xml
│ │ ├── media.xml
│ │ ├── not_found.xml
│ │ ├── prop_14813157.json
│ │ └── raw
│ │ ├── LOTL_2.xml
│ │ ├── MEMB_CRS-F207013719.xml
│ │ ├── OPEN_15899033.xml
│ │ ├── RESI_2.xml
│ │ └── RSIN_2.xml
│ ├── google_distance_matrix
│ │ ├── near_facebook.json
│ │ └── near_googleplex.json
│ ├── google_geocode
│ │ ├── 0-kramer-junction-kramer-junction-ca.json
│ │ ├── 13426-mashona-av-chino-ca-91711.json
│ │ ├── 2220-strata-lane-los-angeles-ca-90041-address.json
│ │ ├── 2220-strata-lane-los-angeles-ca-90041-location.json
│ │ ├── 223-san-mateo-avenue-gerber-ca-96035.json
│ │ ├── 2254-coveview-drive-2288-clearlake-park-ca-95424.json
│ │ ├── 2818-ivywood-court-san-jose-ca-95121-1.json
│ │ ├── 29261-hemlock-drive-cedar-glen-ca-92321.json
│ │ ├── 29977-lignum-vitae-st-cedar-glen-ca-92321.json
│ │ ├── 8601-falmouth-av-207-los-angeles-ca-90293.json
│ │ ├── california-city-ca.json
│ │ ├── chinatown-la.json
│ │ ├── chinatown-sf.json
│ │ ├── full-trail-952-international-blvd-oakland-ca-94606.json
│ │ ├── ga-26259-hilltop-pl-carmel-by-the-sea-ca-93923.json
│ │ ├── no-zip-4710-park-granada-dr-179-calabasas-ca-91302.json
│ │ ├── non-ca-205-meadowbrook-lane-out-of-state-ca-28546.json
│ │ ├── partial-trail-cache-not-found-2543-plumleigh-dr-dr-fremont-ca-94539.json
│ │ ├── premise-2601-college-ave-berkeley-ca-94704.json
│ │ ├── sublocality-and-neighborhood-6879-fairway-la-jolla-ca-92037.json
│ │ └── sublocality-no-neighborhood-23815-glenn-ellen-ct-ramona-ca-92065.json
│ ├── google_places_api_web_service
│ │ ├── 2505_via_pisa.json
│ │ ├── alcatraz.json
│ │ ├── facebook.json
│ │ ├── googleplex.json
│ │ └── transcriptic.json
│ ├── how_loud
│ │ ├── 2085_piru.json
│ │ └── v2-busy.json
│ ├── ihome_finder
│ │ ├── get_all_listings1.xml
│ │ ├── get_all_listings2.xml
│ │ ├── get_all_listings_empty.xml
│ │ ├── get_multiple_open_home_info.xml
│ │ ├── get_photos1.xml
│ │ └── get_photos2.xml
│ ├── images
│ │ ├── 1024x768.png
│ │ ├── 1024x768_labeled.png
│ │ ├── 1400x1050.png
│ │ ├── 1400x1050_labeled.png
│ │ ├── 800x600.png
│ │ ├── 800x600_labeled.png
│ │ ├── badged_image.png
│ │ ├── image_controller_map_nonretina.png
│ │ ├── image_controller_map_retina.png
│ │ ├── mapped_image_nonretina.png
│ │ ├── mapped_image_retina.png
│ │ ├── property-too-wide.jpg
│ │ └── property2.jpg
│ ├── metrolist
│ │ ├── INCP.json
│ │ ├── LOTL.json
│ │ ├── RESI.json
│ │ ├── RESI_13037440.json
│ │ ├── RESI_16025113.json
│ │ ├── RESI_bad_agent_mls_id.json
│ │ └── raw
│ │ ├── Agent.xml
│ │ ├── Agent_SHENDROX.xml
│ │ ├── INCP.xml
│ │ ├── Image.multi
│ │ ├── LOTL.xml
│ │ ├── OpenHouse_16025113.xml
│ │ ├── OpenHouse_OPEN.xml
│ │ ├── RESI.xml
│ │ ├── RESI_16025113.xml
│ │ ├── auth.xml
│ │ ├── invalid.xml
│ │ ├── not_found.xml
│ │ └── object_not_found.xml
│ ├── moniture
│ │ └── 802-cerro-gordo-san-diego-ca-92102.json
│ ├── newhomefeed
│ │ ├── builder.xml
│ │ ├── newhomefeed-2016-01-29-18-12.xml
│ │ ├── newhomefeed-2016-02-03-09-35.xml
│ │ ├── newhomefeed-2016-02-05-05-37.xml
│ │ ├── newhomefeed-2016-02-05-13-29.xml
│ │ ├── newhomefeed-2016-08-23.xml
│ │ ├── plan-245786.xml
│ │ ├── plan.xml
│ │ ├── spec.xml
│ │ └── subdivision.xml
│ ├── niche
│ │ └── niche-test.xlsx
│ ├── offer_letter_generator
│ │ └── ElliotHursh_4821DunberryLane_OfferLetter.pdf
│ ├── photos
│ │ └── dupe-detection
│ │ ├── 0a.png
│ │ ├── 0b.png
│ │ ├── 0c.png
│ │ ├── 0d.png
│ │ ├── 1a.png
│ │ └── 1b.png
│ ├── properties
│ │ └── 842-e-20th-st-oakland-ca-94606.json
│ ├── property.jpg
│ ├── property_magicked.jpg
│ ├── rad_pad
│ │ └── 2505_via_pisa.json
│ ├── sample_doc.txt
│ ├── sandicor
│ │ ├── 1.json
│ │ ├── 150050898_Agent.xml
│ │ ├── 150050898_OH.xml
│ │ ├── 150050898_RE_1.json
│ │ ├── 150050898_RE_1.xml
│ │ ├── LN_3.json
│ │ ├── RE_1.json
│ │ ├── RE_160027995.json
│ │ ├── RE_1_no_low_price.json
│ │ ├── RI_2.json
│ │ ├── RI_2_160009125.json
│ │ └── raw
│ │ ├── Agent.xml
│ │ ├── Agent_647697.xml
│ │ ├── Image.multi
│ │ ├── LN_3.xml
│ │ ├── OPEN_160032002.xml
│ │ ├── OpenHouse_RE_1.xml
│ │ ├── RE_1.xml
│ │ ├── RE_1_160032002.xml
│ │ ├── RI_2.xml
│ │ ├── RI_2_160009125.xml
│ │ ├── auth.xml
│ │ ├── invalid.xml
│ │ ├── logout.xml
│ │ ├── not_found.xml
│ │ └── object_not_found.xml
│ ├── sbaor
│ │ ├── A.json
│ │ ├── A_20110606203951662840000000.json
│ │ ├── B.json
│ │ ├── C.json
│ │ └── raw
│ │ ├── A.xml
│ │ ├── Agent.xml
│ │ ├── Agent_Maria.xml
│ │ ├── B.xml
│ │ ├── C.xml
│ │ ├── Image.multi
│ │ ├── OpenHouse_OpenHouse.xml
│ │ ├── auth.xml
│ │ ├── not_found.xml
│ │ ├── object_not_found.xml
│ │ └── open_house_past.xml
│ ├── scraper
│ │ ├── 6334-jarvis-ave-newark-ca-94560.html
│ │ └── robot.html
│ ├── sfar
│ │ ├── COMI_1.json
│ │ ├── COND_1.json
│ │ ├── COND_421006.json
│ │ ├── LOTL_1.json
│ │ ├── MFM2_1.json
│ │ ├── MFM2_2.json
│ │ ├── MFM5_1.json
│ │ ├── RESI_1.json
│ │ ├── RESI_434618.json
│ │ ├── RESI_441801.json
│ │ ├── agent_308772.xml
│ │ ├── agent_803330.xml
│ │ ├── agent_803482.xml
│ │ ├── auth.xml
│ │ ├── not_found.xml
│ │ ├── open_house_1.json
│ │ ├── properties_for_open_house_1.json
│ │ └── raw
│ │ ├── COMI_2.xml
│ │ ├── COND_2.xml
│ │ ├── LOTL_2.xml
│ │ ├── MFM2_2.xml
│ │ ├── MFM5_2.xml
│ │ ├── RESI_2.xml
│ │ └── RESI_432530.xml
│ ├── sitemap.xml.gz
│ ├── twitter.json
│ ├── uploads
│ │ ├── offer_letter.txt
│ │ └── proof_of_funds.txt
│ └── zone2
│ └── test-zones-v1.json
├── extensions
│ └── JSErrorCollector.xpi
├── factories.rb
├── fixtures
├── helpers
│ ├── email_sanitation_helper_test.rb
│ ├── english_helper_test.rb
│ ├── import_property_photo_helper_test.rb
│ ├── property_helper_test.rb
│ ├── property_seo_helper_test.rb
│ ├── property_similars_helper_test.rb
│ ├── rets_response_helper_test.rb
│ └── street_name_helper_test.rb
├── integration
│ ├── a
│ │ ├── agents_integration_test.rb
│ │ ├── offers_integration_test.rb
│ │ ├── offers_partner_agent_integration_test.rb
│ │ ├── properties_integration_test.rb
│ │ ├── user_email_messages_integration_test.rb
│ │ └── users_integration_test.rb
│ ├── admin_integration_test.rb
│ ├── api
│ │ └── v1
│ │ └── offers_integration_test.rb
│ ├── architects_integration_test.rb
│ ├── autocomplete_integration_test.rb
│ ├── autocomplete_properties_integration_test.rb
│ ├── cobuyer_invites_integration_test.rb
│ ├── comments_integration_test.rb
│ ├── docusign_integration_test.rb
│ ├── favorite_properties_integration_test.rb
│ ├── home_integration_test.rb
│ ├── images_integration_test.rb
│ ├── images_location_image_integration_test.rb
│ ├── info_requests_integration_test.rb
│ ├── invites_integration_test.rb
│ ├── market_reports_integration_test.rb
│ ├── offers_emails_integration_test.rb
│ ├── offers_integration_test.rb
│ ├── partner_discounts_integration_test.rb
│ ├── ping_integration_test.rb
│ ├── places_integration_test.rb
│ ├── promos_integration_test.rb
│ ├── properties_about_html_integration_test.rb
│ ├── properties_estimates_integration_test.rb
│ ├── properties_integration_test.rb
│ ├── properties_market_report_integration_test.rb
│ ├── properties_search_integration_test.rb
│ ├── properties_show_html_integration_test.rb
│ ├── properties_show_integration_test.rb
│ ├── properties_similar_integration_test.rb
│ ├── redirect_integration_test.rb
│ ├── schools_integration_test.rb
│ ├── session_integration_test.rb
│ ├── shares_integration_test.rb
│ ├── short_urls_integration_tests.rb
│ ├── showing_requests_integration_test.rb
│ ├── static_content_integration_test.rb
│ ├── users_integration_test.rb
│ ├── videos_integration_test.rb
│ ├── zone2_integration_test.rb
│ └── zones_integration_test.rb
├── jobs
│ └── async_test.rb
├── lib
│ ├── api
│ │ └── amplitude_test.rb
│ ├── bay_east_scraper_test.rb
│ ├── closing_costs_calculator_test.rb
│ ├── csv_generator_test.rb
│ ├── generators
│ │ └── serializer_test_generator_test.rb
│ ├── pdf-generators
│ │ ├── car_contingency_removal_generator_test.rb
│ │ ├── car_contingent_on_sale_generator_test.rb
│ │ ├── car_purchase_agreement_generator_test.rb
│ │ ├── car_residential_income_purchase_agreement_generator_test.rb
│ │ ├── car_vacant_land_purchase_agreement_generator_test.rb
│ │ ├── pdf_generator_test.rb
│ │ ├── purchase_agreement_generator_test.rb
│ │ ├── referral_fee_agreement_generator_test.rb
│ │ ├── representation_agreement_generator_test.rb
│ │ └── sfar_purchase_agreement_generator_test.rb
│ ├── redfin_tax_scraper_test.rb
│ ├── stats_collector_test.rb
│ ├── title_scaper_365_test.rb
│ └── title_scaper_rpr_test.rb
├── mailers
│ ├── admin_mailer_test.rb
│ ├── admin_offer_mailer_test.rb
│ ├── front_support_priority_mailer_test.rb
│ ├── info_request_mailer_test.rb
│ ├── offer_mailer_test.rb
│ ├── share_mailer_test.rb
│ ├── showing_request_mailer_test.rb
│ ├── user_mailer_test.rb
│ └── video_mailer_test.rb
├── test_helper.rb
├── test_helpers
│ ├── a_offers_test_helper.rb
│ ├── admin_offer_capybara_helper.rb
│ ├── fixtures_helper.rb
│ ├── focussed_element_capybara_helper.rb
│ ├── front_capybara_helper.rb
│ ├── offer_capybara_helper.rb
│ ├── offer_form_address_capybara_helper.rb
│ ├── offer_form_capybara_helper.rb
│ ├── offer_form_financing_capybara_helper.rb
│ ├── offer_form_localstorage_capybara_helper.rb
│ ├── offer_form_price_input_capybara_helper.rb
│ ├── offers_integration_test_helper.rb
│ └── s3_test_helper.rb
├── unit
│ ├── agent_office_test.rb
│ ├── agent_test.rb
│ ├── aka_address_test.rb
│ ├── architect_test.rb
│ ├── bareis_api_test.rb
│ ├── bareis_response_test.rb
│ ├── bay_east_api_test.rb
│ ├── bay_east_response_test.rb
│ ├── calrets_api_test.rb
│ ├── calrets_response_test.rb
│ ├── carets_api_test.rb
│ ├── carets_response_test.rb
│ ├── cloudsearch_filter_query_test.rb
│ ├── cloudsearch_properties_indexer_test.rb
│ ├── cloudsearch_properties_query_test.rb
│ ├── commute_grid_test.rb
│ ├── counter_test.rb
│ ├── daily_stats_test.rb
│ ├── docusign_api_test.rb
│ ├── free_geo_ip_api_test.rb
│ ├── geocode_cache_test.rb
│ ├── ghost_blog_post_test.rb
│ ├── ghost_blog_test.rb
│ ├── glendale_api_test.rb
│ ├── glendale_response_test.rb
│ ├── gmail_api_test.rb
│ ├── google_api_test.rb
│ ├── how_loud_api_test.rb
│ ├── image_cache_test.rb
│ ├── images_controller_test.rb
│ ├── info_request_test.rb
│ ├── invite_test.rb
│ ├── mail_chimp_api_test.rb
│ ├── market_report_test.rb
│ ├── market_reporter_snapshot_test.rb
│ ├── market_reporter_test.rb
│ ├── metrolist_api_test.rb
│ ├── metrolist_response_test.rb
│ ├── migration_assistant_unsupported_locations_test.rb
│ ├── migration_test.rb
│ ├── mls_property_batch_update_test.rb
│ ├── mls_property_import_test.rb
│ ├── mls_response_test.rb
│ ├── moniture_api_test.rb
│ ├── mortgage_lender_test.rb
│ ├── new_home_feed_parser_test.rb
│ ├── new_home_feed_response_test.rb
│ ├── niche_school_test.rb
│ ├── niche_schools_importer_test.rb
│ ├── offer_docusign_documents_test.rb
│ ├── offer_test.rb
│ ├── partner_discount_test.rb
│ ├── place_test.rb
│ ├── promo_test.rb
│ ├── property_about_text_apartment_test.rb
│ ├── property_about_text_home_test.rb
│ ├── property_about_text_land_test.rb
│ ├── property_about_text_multi_family_test.rb
│ ├── property_about_text_test.rb
│ ├── property_about_text_townhome_test.rb
│ ├── property_architects_test.rb
│ ├── property_assign_zone2_test.rb
│ ├── property_aws_cloudsearch_hash_test.rb
│ ├── property_estimates_test.rb
│ ├── property_location_test.rb
│ ├── property_noise_v2_test.rb
│ ├── property_open_house_test.rb
│ ├── property_pub_sub_test.rb
│ ├── property_slide_show_test.rb
│ ├── property_test.rb
│ ├── property_update_test.rb
│ ├── property_updates_test.rb
│ ├── push_notifier_test.rb
│ ├── rad_pad_api_test.rb
│ ├── redfin_stat_test.rb
│ ├── rets_api_test.rb
│ ├── sandicor_api_test.rb
│ ├── sandicor_response_test.rb
│ ├── sbaor_api_test.rb
│ ├── sbaor_response_test.rb
│ ├── school_factual_suggester_test.rb
│ ├── serializer
│ │ ├── admin_agent_serializer_test.rb
│ │ ├── admin_offer_agent_serializer_test.rb
│ │ ├── admin_offer_autocomplete_serializer_test.rb
│ │ ├── admin_offer_list_serializer_test.rb
│ │ ├── admin_offer_only_docusign_documents_serializer_test.rb
│ │ ├── admin_offer_serializer_test.rb
│ │ ├── admin_property_autocomplete_serializer_test.rb
│ │ ├── admin_property_serializer_test.rb
│ │ ├── agent_serializer_test.rb
│ │ ├── docusign_referral_fee_agreement_serializer_test.rb
│ │ ├── info_request_serializer_test.rb
│ │ ├── mortgage_lender_serializer_test.rb
│ │ ├── niche_school_serializer_test.rb
│ │ ├── offer_agent_feedback_serializer_test.rb
│ │ ├── offer_agent_serializer_test.rb
│ │ ├── offer_docusign_document_serializer_serializer_test.rb
│ │ ├── offer_list_serializer_test.rb
│ │ ├── offer_property_serializer_test.rb
│ │ ├── offer_serializer_test.rb
│ │ ├── partner_discount_serializer_test.rb
│ │ ├── partner_discount_user_serializer_test.rb
│ │ ├── place_serializer_test.rb
│ │ ├── property_autocomplete_serializer_test.rb
│ │ ├── property_list_item_serializer_test.rb
│ │ ├── property_noise_v2_serializer_test.rb
│ │ ├── property_open_house_serializer_test.rb
│ │ ├── property_photo_serializer_test.rb
│ │ ├── property_serializer_test.rb
│ │ ├── property_unit_serializer_test.rb
│ │ ├── showing_request_serializer_test.rb
│ │ ├── sold_by_ol_serializer_test.rb
│ │ ├── static_content_serializer_test.rb
│ │ ├── user_admin_serializer_test.rb
│ │ ├── user_email_frequency_serializer_test.rb
│ │ ├── user_email_message_serializer_test.rb
│ │ ├── user_favorite_property_serializer_test.rb
│ │ ├── user_properties_filter_serializer_test.rb
│ │ ├── user_serializer_test.rb
│ │ ├── user_web_serializer_test.rb
│ │ ├── zone2_autocomplete_serializer_test.rb
│ │ ├── zone2_serializer_test.rb
│ │ ├── zone2_setup_autocomplete_serializer_test.rb
│ │ ├── zone2_simple_serializer_test.rb
│ │ ├── zone_page_serializer_test.rb
│ │ └── zone_serializer_test.rb
│ ├── sfar_api_test.rb
│ ├── sfar_response_test.rb
│ ├── share_test.rb
│ ├── showing_request_test.rb
│ ├── sidekiq_cloudwatch_logging_middleware_test.rb
│ ├── sitemap_test.rb
│ ├── static_content_test.rb
│ ├── string_cleaner_test.rb
│ ├── tweeter_test.rb
│ ├── url_shortener_test.rb
│ ├── user_ab_tests_test.rb
│ ├── user_auth_helper_test.rb
│ ├── user_cobuyer_helper_test.rb
│ ├── user_email_message_test.rb
│ ├── user_feed_emails_test.rb
│ ├── user_info_requests_helper_test.rb
│ ├── user_properties_filter_test.rb
│ ├── user_test.rb
│ ├── whenever_test.rb
│ ├── zone2_assigner_test.rb
│ ├── zone2_suggester_test.rb
│ ├── zone2_test.rb
│ ├── zone2_user_properties_filters_migration_assistant_test.rb
│ └── zone_test.rb
├── webmock_stubs
│ ├── aws_webmock_stubs.rb
│ ├── bareis_webmock_stubs.rb
│ ├── bay_east_webmock_stubs.rb
│ ├── calrets_webmock_stubs.rb
│ ├── carets_webmock_stubs.rb
│ ├── docusign_webmock_stubs.rb
│ ├── factual_stubs.rb
│ ├── fang_webmock_stubs.rb
│ ├── fub_webmock_stubs.rb
│ ├── glendale_webmock_stubs.rb
│ ├── gmail_stubs.rb
│ ├── google_geocode_webmock_stubs.rb
│ ├── metrolist_webmock_stubs.rb
│ ├── sandicor_webmock_stubs.rb
│ ├── sbaor_webmock_stubs.rb
│ └── sfar_webmock_stubs.rb
└── workers
├── carets_import_photos_worker_test.rb
├── delayed_in_review_offer_mailer_worker_test.rb
├── docusign_envelope_offer_v2_worker_test.rb
├── docusign_referral_fee_agreement_worker_test.rb
├── docusign_signed_agent_document_import_worker_test.rb
├── docusign_signed_offer_document_import_worker_test.rb
├── factual_nearby_worker_test.rb
├── factual_school_worker_test.rb
├── follow_up_boss_user_create_worker_test.rb
├── health_reporter_worker_test.rb
├── mail_chimp_api_woker_test.rb
├── market_report_cache_worker_test.rb
├── mls_open_house_update_worker_test.rb
├── mls_property_update_worker_test.rb
├── new_home_feed_worker_test.rb
├── niche_school_assignment_worker_test.rb
├── property_architects_assignment_worker_test.rb
├── property_fang_schools_assignment_worker_test.rb
├── property_noise_cache_worker_test.rb
├── property_photo_dedupe_worker_test.rb
├── rets_import_photos_worker_test.rb
├── slack_message_worker_test.rb
├── slide_show_worker_test.rb
└── stats_worker_test.rb
92 directories, 696 files
Ah, found the error mode but not sure what the deal is... https://gist.github.com/psugihara/abe5f3d13760f04abd5aea7e76255ade
Greetings, @psugihara!
Looks like we're seeing multiple bugs at once. I suspect that:
- something is causing all of your tests to be ignored
- capturing values of local variables isn't working for some reason
Try using -errors-capture-locals=false to avoid the second problem. I'm still trying to track down the first problem. You're not the only one to have it, but I have been unable to reproduce it.
I've pushed a new version of the gem, please try out 0.18 and let me know if this fixes your problem!