lob/lob-ruby

Having some trouble running the specs

Closed this issue · 3 comments

I'm running into a problem running the specs where the terminal window closes as soon as the tests finish running. It looks like most of the specs are failing, but I can't really see what the error is because the window closes too quickly for me to check.

I cloned the repository, bundled, then downloaded the sample files. There didn't appear to be any problems with any of these steps. I tried running "LOB_API_KEY=your_test_api_key bundle exec rake test" with my personal test api key, and that's when the error occurs.

I tried clearing out the cassettes so that real Lob.com API requests were made, and there was a noticeable difference in the run time, so I felt the tests were actually being ran. However, as soon as the tests ended, the terminal once again closed.

Can you provide some more details about your terminal closing? Your terminal shouldn't be closing regardless of whether the tests pass or fail

@yoshig try pulling from master again, removing the spec/vcr_cassettes folder, and then running the tests again

closing for now - @yoshig lmk if you're still facing this issue