Skip to content

Adds license and updates README#5

Merged
amoose merged 1 commit intomasterfrom
amos/fix/initial_readme_and_license
Apr 12, 2016
Merged

Adds license and updates README#5
amoose merged 1 commit intomasterfrom
amos/fix/initial_readme_and_license

Conversation

@amoose
Copy link
Contributor

@amoose amoose commented Apr 12, 2016

No description provided.

@amoose amoose force-pushed the amos/fix/initial_readme_and_license branch from 8852ee9 to 2720f6b Compare April 12, 2016 19:58
@amoose amoose merged commit b853dcc into master Apr 12, 2016
@amoose amoose deleted the amos/fix/initial_readme_and_license branch April 12, 2016 19:58
qmanderson1 added a commit that referenced this pull request Feb 7, 2017
Changed  #5 for grammar and from tu to usted.
@qmanderson1 qmanderson1 mentioned this pull request Feb 7, 2017
night-jellyfish pushed a commit that referenced this pull request Apr 9, 2024
* changelog: Internal, Doc Auth, add analytics event for tracking unexpected sdk error
## 🎫 Ticket

[LG-12920](https://cm-jira.usa.gov/browse/LG-12920)

## 🛠 Summary of changes

Implements the `setUnexpectedErrorCallback` method from [Acuant setup instructions (step #5)](https://github.com/Acuant/JavascriptWebSDKV11?tab=readme-ov-file#setup).

We wanted to implement this now in case it gives us useful messages about the black screen issues in [LG-12671](https://cm-jira.usa.gov/browse/LG-12671).

## 📜 Testing Plan

I could not find a way to test this or to trigger it locally. It needs to be an error that happens after SDK load but before initialization. We would like to have a test for it, or at least have a way to trigger it manually, but we don't believe we have a way to do that.
zachmargolis pushed a commit that referenced this pull request Sep 20, 2024
* Update to Ruby 2.3.1

* Convert specs to RSpec 3.5.4 syntax with Transpec

This conversion is done by Transpec 3.2.2 with the following command:
    transpec

* 83 conversions
    from: obj.should
      to: expect(obj).to

* 60 conversions
    from: == expected
      to: eq(expected)

* 16 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

* 8 conversions
    from: obj.should_not
      to: expect(obj).not_to

* 3 conversions
    from: obj.stub(:message => value)
      to: allow(obj).to receive_messages(:message => value)

* 1 conversion
    from: it { should_not ... }
      to: it { is_expected.not_to ... }

* 1 conversion
    from: obj.stub(:message)
      to: allow(obj).to receive(:message)

For more details: https://github.com/yujinakayama/transpec#supported-conversions

* Do not test ruby < 2.0

* remove deprecated dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant