Remove deprecated test fn calls outside of tests 60/71060/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 18 Apr 2018 01:17:25 +0000 (21:17 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 18 Apr 2018 01:17:25 +0000 (21:17 -0400)
commita2f18d7eb4180a3f46f55001e7b60cdad47f3d20
tree2176cc3196ee6dd419a36e62629eafbb0f1214a7
parenta6b1e01447b6e50b7b9b9250f106434b880c6e57
Remove deprecated test fn calls outside of tests

Calls like these outside of test blocks throw deprecation warnings and
fail tests.

> Mocha methods cannot be used outside the context of a test

Just removing them makes the tests pass.

Issue: INTPAK-160
Change-Id: I5a4a94102338454bf3e03e9d6002c6c5b6f8e4f0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
spec/unit/provider/jks_spec.rb