subscriptions was not invoking fetch_subscriptions as a requirement, thus causing a NoMethodError exception since the hash @subscriptions was
Fixed the tests that were not causing this error due the order that its and it in Rspec are executed (@subscriptions as already initialized before subscriptions was invoked).
Added more documentation about the subscriptions method.
subscriptions
was not invokingfetch_subscriptions
as a requirement, thus causing a NoMethodError exception since the hash@subscriptions
wasits
andit
in Rspec are executed (@subscriptions
as already initialized beforesubscriptions
was invoked).subscriptions
method.