diaspora/spec
Benjamin Neff 11107ee637
Fix chrome parameters for running jasmine
Yes, I know this is a very ugly workaround, but it works ...

Chrome now requires to add `about:blank` as parameter to open and be
able to use remote debugging. The jasmine-gem isn't supported anymore,
and we need to switch to the `jasmine-browser-runner`, I was working on
that a few months ago, but ran into problems.

As the jasmine-gem doesn't allow to add parameters without `--` infront
of it, lets just add a dummy parameter and add the required
`about:blank` with a space after that. This is ugly, but works for now,
until we can upgrade to the new jasmine version. We could also just
replace the `nil` of the last parameter with that value, but I think
that way it's clearer that this is a workaround and how it works.
2023-06-04 17:10:51 +02:00
..
controllers Tell users that there is no help in mobile version, allow to switch to desktop, fixes #4821 2022-11-02 23:27:58 +01:00
fixtures Issue #8355: Adding webp as supported file format 2022-07-01 13:50:01 +02:00
helpers Merge branch 'next-minor' into develop 2022-07-20 21:34:39 +02:00
integration Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
javascripts Fix chrome parameters for running jasmine 2023-06-04 17:10:51 +02:00
lib Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
mailers Merge branch 'next-minor' into develop 2022-07-20 21:34:39 +02:00
models Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
presenters Add xmppChat to NodeInfo 2.1 test for 0.7.x 2022-07-23 18:40:11 +02:00
serializers Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
services Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
shared_behaviors Merge branch 'next-minor' into develop 2022-06-29 13:28:02 +02:00
spec Update factory_girl to factory_bot 2021-04-11 01:51:38 +02:00
support Always strip exif data and drop user setting for it 2023-06-04 04:25:01 +02:00
views/status_messages Merge branch 'next-minor' into develop 2022-07-20 21:34:39 +02:00
workers Don't time travel in check_birthday_spec 2022-09-20 03:20:48 +02:00
configuration_methods_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
factories.rb Cleanup duplicate pods in database 2022-10-31 01:45:13 +01:00
federation_callbacks_spec.rb Upgrade diaspora_federation to 1.0 2022-07-20 23:06:18 +02:00
helper_methods.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
locale_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
spec_helper.rb Remove old stubs for /.well-known/host-meta 2022-07-23 00:21:06 +02:00