Sha256: 8d53fe0b5040705f02a146c37cfee3e22fff90783b8d52431bf9a423b30d55e5
Contents?: true
Size: 974 Bytes
Versions: 8
Compression:
Stored size: 974 Bytes
Contents
!|scenario|given installed library echo support| |note|Library is installed via Library table above| !|scenario|when a method not present on the fixture is called| |echo| !|scenario|then it should be called on the installed library| |ensure|echo support called| !|scenario|given multiple libraries with the same methods| |note|See for installed libraries the Library table above| !|scenario|when such a method is called| |echo| !|scenario|then the last library created takes precedence over earlier created libraries| |ensure|special echo support called| |reject|echo support called| !|scenario|given a library installed in the setup page| |given installed library echo support| !|scenario|then is should have been invoked on the library in the setup page| |ensure|echo in set up library called| !|scenario|then the one one installed in this page takes precedence over the one in the setup page| |ensure|echo support called| |reject|echo in set up library called|
Version data entries
8 entries across 8 versions & 1 rubygems