Sha256: b9caf4fad6858a4f4e1ea8b2f16d7d490fb47f23d974269c66b3d019cf65fc93
Contents?: true
Size: 224 Bytes
Versions: 2
Compression:
Stored size: 224 Bytes
Contents
require 'test_helper' class UidTest < StrategyTestCase def setup super strategy.stubs(:raw_info).returns({ 'id' => '123' }) end def test_return_id_from_raw_info assert_equal '123', strategy.uid end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-microsoft_graph-0.1.1 | test/strategy_test.rb |
omniauth-microsoft_graph-0.1.0 | test/strategy_test.rb |