Skip to content

Conversation

jkodumal
Copy link
Contributor

No description provided.

data = File.read(File.join("spec", "fixtures", "sanitized_numeric_key_user.json"))
JSON.parse(data, symbolize_names: true)
end

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tests certainly need to be re-added. As part of the refactoring, the client class itself has been broken up pretty substantially, so most of this can be moved to an evaluation_spec.rb file that tests the evaluation module.

However, I think it's worth reviewing this now-- the tests will be re-added in a follow up PR. This is passing the v2 integration harness so the evaluation part is pretty solid.

@drichelson
Copy link
Contributor

👍

lambda do |a, b|
(a.is_a? Numeric) && (a >= b)
end,
greaterThanOrEqual:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this duplicated?

@jkodumal jkodumal merged commit e0b8a4d into v2 Jul 21, 2016
@jkodumal jkodumal deleted the jko/v2-evaluation branch July 21, 2016 16:53
eli-darkly added a commit that referenced this pull request Jun 26, 2018
reimplement SSE client without Celluloid [1 of 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants