Skip to content

Instantly share code, notes, and snippets.

@jamiecook
Created September 24, 2015 00:12
Show Gist options
  • Save jamiecook/df2a6f17d0cfee4ee8cc to your computer and use it in GitHub Desktop.
Save jamiecook/df2a6f17d0cfee4ee8cc to your computer and use it in GitHub Desktop.
require 'utils/verifier/zenith_assignment_results_verifier'
p 7794.to_result_name
s2s_pmturi = [1, 200, nil, 1, 7794, 5].to_pmturi
load_pmturi = [1, 200..220, nil, 31..37, 132, 5].to_pmturi
ZenithAssignmentResultsVerifier.compare_stop_to_stop_with_stop_boardings(load_pmturi, s2s_pmturi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment