BinaryMuse / battlenet

Easily consume Blizzard's Community Platform API.

Home Page:http://us.battle.net/wow/en/forum/topic/2369881371#1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fail_silently defaults to nil

bbck opened this issue · comments

The fail_silently accessor is not set to false by default and no exceptions are raised unless it is explicitly set.

Commenting out line 116 in spec/unit/battlenet_spec.rb I would except would not cause the test to fail.

Nice catch, bbck, thanks! This has been fixed in v1.1.1, which has been deployed.