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
Check for puma and capybara when defining system tests (#1893)
* Check for puma and capybara when defining system tests
Rather than skipping the definition altogether define a fake module that
warns about the dependencies.
* If we can't load system_test_case for some reason we cant run system tests
As per @mockdeep's conversation in #1889 other dependencies might not
allow us to even load system_test_case so we fallback to our original
strategy for now.
0 commit comments