You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, testing strings can be a frustrating given that one character can make the whole thing fail. The rspec doesn't make it easy to compare things either, it can hide invisible characters. I'm always open to improving things, and want to know how better the end-to-end testing can be done?
As always it's not the lack of ideas but time that prevents me from improving things. Let's hope next year will bring more time and opportunities.
adding
method_option :services, type: :boolean
causes tests (correctly) to fail:
and then when I copy/paste the output in
and I re-run the tests I get:
And I'm giving up because this just feels stupid way to test and adjust whitespaces.
The text was updated successfully, but these errors were encountered: